]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/many_single_char_names.stderr
Addition `manual_map` test for `unsafe` blocks
[rust.git] / tests / ui / many_single_char_names.stderr
index a746667baf0e8e156e55c0ae0fe1d64f43e93856..27e62e641ade9c2d3b208922bd7d3367c6d21f0a 100644 (file)
@@ -44,7 +44,7 @@ LL | fn bindings(a: i32, b: i32, c: i32, d: i32, e: i32, f: i32, g: i32, h: i32)
 error: 8 bindings with single-character names in scope
   --> $DIR/many_single_char_names.rs:32:10
    |
-LL |     let (a, b, c, d, e, f, g, h) = unimplemented!();
+LL |     let (a, b, c, d, e, f, g, h): (bool, bool, bool, bool, bool, bool, bool, bool) = unimplemented!();
    |          ^  ^  ^  ^  ^  ^  ^  ^
 
 error: aborting due to 5 previous errors