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
The Rust 2018 edition removes the need for extern crate, but I still find myself needing to add it to my test files in order to get compiletest working. Is there a way to remove those?