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 21:54:19 +00:00
//@ check-pass
2023-11-20 18:50:25 +00:00
// https://github.com/rust-lang/rust/issues/46976
2017-12-24 03:45:39 +00:00
pub fn ice(f: impl Fn()) {}