]> git.lizzy.rs Git - rust.git/blobdiff - tests/target/assignment.rs
Add a test for #2791
[rust.git] / tests / target / assignment.rs
index 4e8689ed23e879a5b7c9e1add4462d85cccfbf36..a33f3cb40abe1d47b485080c15560fe60317b434 100644 (file)
@@ -15,6 +15,9 @@ fn main() {
 
     single_line_fit = 5;
     single_lit_fit >>= 10;
+
+    // #2791
+    let x = 2;;;;
 }
 
 fn break_meee() {