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());
|
|
}
|