blob: b904826081f996591e9d6b8f1484bfaf46e0760e [file] [log] [blame]
error[E0275]: overflow evaluating the requirement `Box<X<C<'_>>>: NotAuto`
--> $DIR/traits-inductive-overflow-lifetime.rs:27:5
|
LL | fn is_send<S: NotAuto>() {}
| ------- required by this bound in `is_send`
...
LL | is_send::<X<C<'static>>>();
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: required because of the requirements on the impl of `NotAuto` for `X<C<'static>>`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0275`.