]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/similar-tokens.rs
Auto merge of #54624 - arielb1:evaluate-outlives, r=nikomatsakis
[rust.git] / src / test / ui / similar-tokens.rs
index eb7eab9e42dd7a6a86dc802676b91c541152fb4b..350a2262391b5da92dffaf36293e42e46078cde1 100644 (file)
@@ -14,6 +14,6 @@ mod x {
 }
 
 // `.` is similar to `,` so list parsing should continue to closing `}`
-use x::{A. B}; //~ ERROR expected one of `,`, `::`, or `as`, found `.`
+use x::{A. B}; //~ ERROR expected one of `,`, `::`, `as`, or `}`, found `.`
 
 fn main() {}