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
mod m {pubtraitTr{fnmethod(&self){}}impl<T>TrforT{}}use m::Tr::{};fnmain(){// Expected behavior: error, `Tr` is not in scope.// Actual behavior: not an error.0u8.method();}
The regression was introduced in c57f0a7 (Rust 1.31).
The regression was introduced in c57f0a7 (Rust 1.31).