1
Fork 0

Update tests

This commit is contained in:
r0cky 2024-02-07 10:42:01 +08:00
parent 40878ca6ea
commit c7519d42c2
276 changed files with 1049 additions and 234 deletions

View file

@ -17,7 +17,7 @@ struct Bar {
// Issue 119267: this should not ICE.
#[derive(Debug)]
struct Foo(usize, #[allow(unused)] usize); //~ WARN field `0` is never read
struct Foo(usize, #[allow(unused)] usize); //~ WARN struct `Foo` is never constructed
fn main() {
Bar {