]> git.proxmox.com Git - rustc.git/blame - src/test/ui/issues/issue-36836.stderr
Update unsuspicious file list
[rustc.git] / src / test / ui / issues / issue-36836.stderr
CommitLineData
e1599b0c
XL
1error[E0412]: cannot find type `Bar` in this scope
2 --> $DIR/issue-36836.rs:13:17
3 |
4LL | impl<T> Foo for Bar<T> {}
5 | ^^^ not found in this scope
6
7error: aborting due to previous error
8
9For more information about this error, try `rustc --explain E0412`.