Files
rust/tests/ui/lint/rfc-2383-lint-reason/expect_warnings.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
69 B
Rust
Raw Normal View History

2024-09-07 01:34:22 +00:00
//@ check-pass
#![expect(warnings)]
#[expect(unused)]
fn main() {}