]> git.lizzy.rs Git - rust.git/blob - src/tools/clippy/tests/ui/crashes/ice-700.rs
Rollup merge of #86263 - fee1-dead:rustdoc-layout-variants, r=camelid
[rust.git] / src / tools / clippy / tests / ui / crashes / ice-700.rs
1 #![deny(clippy::all)]
2
3 /// Test for https://github.com/rust-lang/rust-clippy/issues/700
4
5 fn core() {}
6
7 fn main() {
8     core();
9 }