]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/tag-that-dare-not-speak-its-name.stderr
Rollup merge of #107615 - notriddle:notriddle/nbsp, r=GuillaumeGomez
[rust.git] / tests / ui / tag-that-dare-not-speak-its-name.stderr
index 96bab152612fdd85cb1062b3c0ee2ad740bac8fa..f53abe53bf13482ee432736980b48c50fe142b0e 100644 (file)
@@ -2,7 +2,7 @@ error[E0308]: mismatched types
   --> $DIR/tag-that-dare-not-speak-its-name.rs:11:20
    |
 LL |     let x : char = last(y);
-   |             ----   ^^^^^^^ expected `char`, found enum `Option`
+   |             ----   ^^^^^^^ expected `char`, found `Option<_>`
    |             |
    |             expected due to this
    |