6 lines
91 B
Rust
6 lines
91 B
Rust
|
|
#![crate_type = "lib"]
|
||
|
|
#![doc(as_ptr)] //~ ERROR
|
||
|
|
|
||
|
|
#[doc(as_ptr)] //~ ERROR
|
||
|
|
pub fn foo() {}
|