mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-20 02:00:38 +00:00
5 lines
74 B
Rust
5 lines
74 B
Rust
fn main() {
|
|
*return //~ ERROR type `!` cannot be dereferenced
|
|
;
|
|
}
|