summary refs log tree commit diff
path: root/src/test/ui/issue-17551.stderr
blob: 0cdee0337d8488aaf15b5dc6c4fb47dbd2edddae (plain)
1
2
3
4
5
6
7
8
9
10
11
error[E0282]: type annotations needed
  --> $DIR/issue-17551.rs:16:15
   |
LL |     let foo = B(marker::PhantomData); //~ ERROR type annotations needed
   |         ---   ^ cannot infer type for `T`
   |         |
   |         consider giving `foo` a type

error: aborting due to previous error

For more information about this error, try `rustc --explain E0282`.