]> git.proxmox.com Git - rustc.git/blob - src/test/ui/span/typo-suggestion.stderr
New upstream version 1.13.0+dfsg1
[rustc.git] / src / test / ui / span / typo-suggestion.stderr
1 error[E0425]: unresolved name `bar`
2 --> $DIR/typo-suggestion.rs:15:26
3 |
4 15 | println!("Hello {}", bar);
5 | ^^^ unresolved name
6
7 error[E0425]: unresolved name `fob`
8 --> $DIR/typo-suggestion.rs:18:26
9 |
10 18 | println!("Hello {}", fob);
11 | ^^^ did you mean `foo`?
12
13 error: aborting due to 2 previous errors
14