rust/compiler/rustc_resolve
Nicholas Nethercote b261501b71 Remove HasSpan trait.
The only place it is meaningfully used is in a panic message in
`TokenStream::from_ast`. But `node.span()` doesn't need to be printed
because `node` is also printed and it must contain the span.
2024-07-07 15:58:34 +10:00
..
2024-07-07 15:58:34 +10:00
2024-06-21 19:00:18 -04:00