summary refs log tree commit diff
path: root/src/test/ui/impl-trait/issue-67166.stderr
blob: 56cba3cff0b554b70f049506de4318a561ea988c (plain)
1
2
3
4
5
6
7
8
9
10
11
error[E0720]: opaque type expands to a recursive type
  --> $DIR/issue-67166.rs:7:19
   |
LL |     let _foo: Box<impl Copy + '_> = Box::new(()); // FIXME: The error doesn't much make sense.
   |                   ^^^^^^^^^^^^^^ expands to a recursive type
   |
   = note: type resolves to itself

error: aborting due to previous error

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