File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ after_failure:
194
194
195
195
# Save tagged docker images we created and load them if they're available
196
196
# Travis saves caches whether the build failed or not, nuke rustsrc if
197
- # the failure was while updating it (as it may be in an bad state)
197
+ # the failure was while updating it (as it may be in a bad state)
198
198
# https://github.com/travis-ci/travis-ci/issues/4472
199
199
before_cache :
200
200
- docker history -q rust-ci |
Original file line number Diff line number Diff line change @@ -2707,7 +2707,7 @@ impl<'a> Parser<'a> {
2707
2707
let ( span, e) = self . interpolated_or_expr_span ( e) ?;
2708
2708
let span_of_tilde = lo;
2709
2709
let mut err = self . diagnostic ( ) . struct_span_err ( span_of_tilde,
2710
- "`~` can not be used as an unary operator" ) ;
2710
+ "`~` can not be used as a unary operator" ) ;
2711
2711
err. span_label ( span_of_tilde, & "did you mean `!`?" ) ;
2712
2712
err. help ( "use `!` instead of `~` if you meant to perform bitwise negation" ) ;
2713
2713
err. emit ( ) ;
You can’t perform that action at this time.
0 commit comments