]> git.lizzy.rs Git - rust.git/blob - src/test/ui/traits/issue-75627.stderr
Auto merge of #101017 - JohnTitor:rollup-73f2fhb, r=JohnTitor
[rust.git] / src / test / ui / traits / issue-75627.stderr
1 error[E0412]: cannot find type `T` in this scope
2   --> $DIR/issue-75627.rs:3:26
3    |
4 LL | unsafe impl Send for Foo<T> {}
5    |            -             ^ not found in this scope
6    |            |
7    |            help: you might be missing a type parameter: `<T>`
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0412`.