]> git.proxmox.com Git - rustc.git/blame - src/test/ui/resolve/typo-suggestion-named-underscore.stderr
Update unsuspicious file list
[rustc.git] / src / test / ui / resolve / typo-suggestion-named-underscore.stderr
CommitLineData
74b04a01
XL
1error[E0425]: cannot find value `a` in this scope
2 --> $DIR/typo-suggestion-named-underscore.rs:4:5
3 |
4LL | a // Shouldn't suggest underscore
5 | ^ not found in this scope
6
7error[E0405]: cannot find trait `A` in this scope
8 --> $DIR/typo-suggestion-named-underscore.rs:13:11
9 |
10LL | fn foo<T: A>(x: T) {} // Shouldn't suggest underscore
11 | ^ not found in this scope
12
13error: aborting due to 2 previous errors
14
15Some errors have detailed explanations: E0405, E0425.
16For more information about an error, try `rustc --explain E0405`.