about summary refs log tree commit diff
path: root/src/test/compile-fail/does-nothing.rs
blob: 09671b7149a47db5d72afa37654942824628b923 (plain)
1
2
3
// error-pattern: unresolved name: this_does_nothing_what_the
fn main() { log "doing"; this_does_nothing_what_the; log "boing"; }