]> git.lizzy.rs Git - rust.git/blob - src/test/ui/tag-that-dare-not-speak-its-name.stderr
Rollup merge of #53317 - estebank:abolish-ice, r=oli-obk
[rust.git] / src / test / ui / tag-that-dare-not-speak-its-name.stderr
1 error[E0308]: mismatched types
2   --> $DIR/tag-that-dare-not-speak-its-name.rs:22:20
3    |
4 LL |     let x : char = last(y);
5    |                    ^^^^^^^ expected char, found enum `std::option::Option`
6    |
7    = note: expected type `char`
8               found type `std::option::Option<_>`
9
10 error: aborting due to previous error
11
12 For more information about this error, try `rustc --explain E0308`.