mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-02 19:53:46 +00:00
96d59366fc
The rewritten location of the :: on global paths for qpaths was wrong.
4 lines
80 B
Rust
4 lines
80 B
Rust
fn main() {
|
|
println!("{}", <bool as ::std::default::Default>::default());
|
|
}
|