mirror of https://github.com/rust-lang/rust.git
10 lines
392 B
Plaintext
10 lines
392 B
Plaintext
error[E0284]: type annotations needed: cannot satisfy `impl Sized == _`
|
|
--> $DIR/auto-trait-selection.rs:15:5
|
|
|
|
|
LL | if false { is_trait(foo()) } else { Default::default() }
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot satisfy `impl Sized == _`
|
|
|
|
error: aborting due to 1 previous error
|
|
|
|
For more information about this error, try `rustc --explain E0284`.
|