]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-19380.stderr
Auto merge of #52936 - felixrabe:patch-1, r=alexcrichton
[rust.git] / src / test / ui / issues / issue-19380.stderr
1 error[E0038]: the trait `Qiz` cannot be made into an object
2   --> $DIR/issue-19380.rs:21:3
3    |
4 LL |   foos: &'static [&'static (Qiz + 'static)]
5    |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Qiz` cannot be made into an object
6    |
7    = note: method `qiz` has no receiver
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0038`.