]> git.proxmox.com Git - rustc.git/blame - src/tools/clippy/tests/ui/crashes/regressions.rs
New upstream version 1.65.0+dfsg1
[rustc.git] / src / tools / clippy / tests / ui / crashes / regressions.rs
CommitLineData
f2b60f7d 1#![allow(clippy::disallowed_names)]
f20569fa
XL
2
3pub fn foo(bar: *const u8) {
4 println!("{:#p}", bar);
5}
6
7// Regression test for https://github.com/rust-lang/rust-clippy/issues/4917
8/// <foo
04454e1e 9struct A;
f20569fa
XL
10
11fn main() {}