]> git.proxmox.com Git - rustc.git/blame - src/test/ui/typeck/point-at-type-parameter-definition.stderr
Update unsuspicious file list
[rustc.git] / src / test / ui / typeck / point-at-type-parameter-definition.stderr
CommitLineData
064997fb
FG
1error[E0599]: no method named `method` found for type parameter `Hello` in the current scope
2 --> $DIR/point-at-type-parameter-definition.rs:13:17
3 |
4LL | impl<Hello> Trait for Vec<Hello> {
5 | ----- method `method` not found for this type parameter
6LL | fn do_stuff(&self) {
7LL | self[0].method();
8 | ^^^^^^ method not found in `Hello`
9
10error: aborting due to previous error
11
12For more information about this error, try `rustc --explain E0599`.