blob: f0306701613431de8132846b84db2d940f8ac22a [file] [log] [blame]
error[E0308]: mismatched types
--> $DIR/issue-35030.rs:9:14
|
LL | Some(true)
| ^^^^ expected type parameter, found bool
|
= note: expected type `bool` (type parameter)
found type `bool` (bool)
error: aborting due to previous error
For more information about this error, try `rustc --explain E0308`.