6d86969260
conflict with the new single-line-sugared-inner-doc-comment (`//! ...`).
5 lines
76 B
Rust
5 lines
76 B
Rust
fn main() {
|
|
let f; //~ ERROR cyclic type of infinite size
|
|
f = @f;
|
|
}
|