rust/tests/rustdoc-ui/apit-46976.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
94 B
Rust
Raw Normal View History

2023-11-23 15:54:19 -06:00
//@ check-pass
2023-11-20 12:50:25 -06:00
// https://github.com/rust-lang/rust/issues/46976
2017-12-23 21:45:39 -06:00
pub fn ice(f: impl Fn()) {}