]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/similar-tokens.stderr
Rollup merge of #53317 - estebank:abolish-ice, r=oli-obk
[rust.git] / src / test / ui / similar-tokens.stderr
index e43750b982a35f296a91d6535c49d45fc4a2b028..90acc56cbc99964504da56f29db676405d3c41a5 100644 (file)
@@ -1,4 +1,4 @@
-error: expected one of `,`, `::`, or `as`, found `.`
+error: expected one of `,`, `::`, `as`, or `}`, found `.`
   --> $DIR/similar-tokens.rs:17:10
    |
 LL | use x::{A. B}; //~ ERROR expected one of `,`, `::`, `as`, or `}`, found `.`