38d4ac7cea
Discussion previously happened in https://github.com/rust-lang/rust/pull/43498
8 lines
110 B
Rust
8 lines
110 B
Rust
#![allow(clippy::blacklisted_name)]
|
|
|
|
pub fn foo(bar: *const u8) {
|
|
println!("{:#p}", bar);
|
|
}
|
|
|
|
fn main() {}
|