6d86969260
conflict with the new single-line-sugared-inner-doc-comment (`//! ...`).
9 lines
141 B
Rust
9 lines
141 B
Rust
// -*- rust -*-
|
|
|
|
fn f(p: *u8) -> u8 {
|
|
ret *p; //~ ERROR dereference of unsafe pointer requires unsafe function or block
|
|
}
|
|
|
|
fn main() {
|
|
}
|