diff options
Diffstat (limited to 'tests/ui/hashmap/hashmap-index-mut.stderr')
| -rw-r--r-- | tests/ui/hashmap/hashmap-index-mut.stderr | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/hashmap/hashmap-index-mut.stderr b/tests/ui/hashmap/hashmap-index-mut.stderr index c1948ab6271..2381b8ecb96 100644 --- a/tests/ui/hashmap/hashmap-index-mut.stderr +++ b/tests/ui/hashmap/hashmap-index-mut.stderr @@ -14,6 +14,6 @@ LL | map.get_mut(&0).map(|val| { *val = 1; }); LL | let val = map.entry(&0).or_insert(1); | +++++++++ ~~~~~~~ ~~~~~~~~~~~~ + -error: aborting due to previous error +error: aborting due to 1 previous error For more information about this error, try `rustc --explain E0594`.  | 
