rust/tests/run-make/use-suggestions-rust-2018/use-suggestions.rs

4 lines
33 B
Rust
Raw Normal View History

fn main() {
let x = Baz{};
}