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
b.rs:14:5: 14:30 error: use of unmarked library feature
b.rs:14 std::rt::backtrace::write(&mut blah).unwrap();
^~~~~~~~~~~~~~~~~~~~~~~~~
b.rs:14:5: 14:30 note: this is either a bug in the library you are using and a bug in the compiler - please report it in both places
b.rs:14 std::rt::backtrace::write(&mut blah).unwrap();
^~~~~~~~~~~~~~~~~~~~~~~~~
b.rs:14:5: 14:30 note: use #![feature(unmarked_api)] in the crate attributes to override this
b.rs:14 std::rt::backtrace::write(&mut blah).unwrap();
BTW, the "and" in the first note probably should be an "or", to match the "either".
The text was updated successfully, but these errors were encountered:
I compiled this program with a
rustc
tip build:and got this in the output:
BTW, the "and" in the first note probably should be an "or", to match the "either".
The text was updated successfully, but these errors were encountered: