Files
rust/tests/ui/error-codes/E0429.rs
T
2026-04-27 10:58:30 +08:00

7 lines
52 B
Rust

//@ check-pass
use std::fmt::self;
fn main () {
}