daf5f5a4d1
Who doesn't like a massive renaming?
3 lines
138 B
Rust
3 lines
138 B
Rust
// error-pattern: unresolved name `this_does_nothing_what_the`.
|
|
fn main() { info!("doing"); this_does_nothing_what_the; info!("boing"); }
|