Skip to content

Commit

Permalink
update expected output
Browse files Browse the repository at this point in the history
  • Loading branch information
sharksforarms committed Sep 6, 2023
1 parent 5591a56 commit 6a37c9d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/test_compile/cases/attribute_token_stream.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ error[E0277]: can't compare `{integer}` with `bool`
|
= help: the trait `PartialEq<bool>` is not implemented for `{integer}`
= help: the following other types implement trait `PartialEq<Rhs>`:
f32
f64
i128
isize
i8
i16
i32
i64
i8
isize
and 6 others
i128
usize
u8
and $N others

0 comments on commit 6a37c9d

Please sign in to comment.