You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I compile the file fingertree.rs, the rustc gives me this error:
error: internal compiler error: unexpected failure
note: the compiler hit an unexpected failure path. this is a bug
note: try running with RUST_LOG=rustc=1,::rt::backtrace to get further details and report the results to github.com/mozilla/rust/issues
The file and the result of running with the logging on is here.
The lines that look relevant to me from the log are:
rust: task b4d04920 ran out of stack
and
rust: task failed at 'explicit failure', /home/leah/rust-0.5/src/librustc/rustc.rc:425
This only happens with the prepend function included. If it is commented out, the file compiles just fine.
The output of rustc --version is:
rustc 0.5
host: i686-unknown-linux-gnu
The text was updated successfully, but these errors were encountered:
… r=Manishearth
Move useless_transmute to nursery
cc rust-lang#5343
@rust-lang/clippy anyone against moving this to nursery?
changelog: Move [`useless_transmute`] to nursery
flip1995
pushed a commit
to flip1995/rust
that referenced
this issue
Jun 4, 2022
…endoo
Don't lint `useless_transmute` on types with erased regions
fixesrust-lang#6356fixesrust-lang#3340fixesrust-lang#2906
This should get a proper fix at some point, but this at least gets the lint running on some types.
cc rust-lang#5343
changelog: Don't lint `useless_transmute` on types with erased regions
When I compile the file fingertree.rs, the rustc gives me this error:
The file and the result of running with the logging on is here.
The lines that look relevant to me from the log are:
and
This only happens with the
prepend
function included. If it is commented out, the file compiles just fine.The output of
rustc --version
is:The text was updated successfully, but these errors were encountered: