Update the .stderr file for the "an" changes

This commit is contained in:
acdenisSK 2017-05-06 18:49:01 +02:00
parent a257d5afb0
commit bb34a3e16b

View file

@ -1,4 +1,4 @@
error: `~` can not be used as an unary operator
error: `~` can not be used as a unary operator
--> $DIR/issue-41679.rs:12:13
|
12 | let x = ~1;