Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upuse_after_free issue with nightly #7
Comments
This comment has been minimized.
This comment has been minimized.
|
Thanks for reporting ! I have reproduce the issue on last nightly, I had a different message with a 2-3 day old one. I'll check that :) |
This comment has been minimized.
This comment has been minimized.
|
Ok, made some progress. proc_macro is under refactor, see https://github.com/rust-lang/rust/tree/master/src/libproc_macro. I'm not sure if it's a bug or an expected behavior (at least it should fail to compile PS : issue link |
This comment has been minimized.
This comment has been minimized.
jfredett
commented
Dec 1, 2018
|
I'm working my way through recent nightlies (I'm also seeing this problem on most recent nightly), but I'm getting a different issue.
This happens on 2018-11-25 nightly, I'm still working my way through the others, but I'm wondering if my setup is just wrong? here's my day1.rs from whence the above error comes:
I haven't really got to use the framework much (trying to work through the issues getting it to run), so it may just be that I'm doing something wrong/missing some |
This comment has been minimized.
This comment has been minimized.
|
@jfredett Looks like you are using edition 2018 with an older version of This issue should be solve in 0.1.3. |
This comment has been minimized.
This comment has been minimized.
jfredett
commented
Dec 1, 2018
|
That did it, I can confirm that the nightly-2018-11-30 works as expected as a workaround for this issue. |
This comment has been minimized.
This comment has been minimized.
|
I just published |
nugend commentedDec 1, 2018
I believe my solution for day 1 is correct here, but I'm seeing the following when
cargo runingHere's the BT: