Do not ICE on expect(warnings).

This commit is contained in:
Camille GILLOT 2024-09-07 01:34:22 +00:00
parent 94f8347bae
commit 6dfc4033be
2 changed files with 11 additions and 12 deletions

View file

@ -0,0 +1,6 @@
//@ check-pass
#![expect(warnings)]
#[expect(unused)]
fn main() {}