Update tests
This commit is contained in:
parent
40878ca6ea
commit
c7519d42c2
276 changed files with 1049 additions and 234 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue