]> git.lizzy.rs Git - rust.git/blob - tests/run-pass/ice-2727.rs
Adapt run-pass tests to the tool_lints
[rust.git] / tests / run-pass / ice-2727.rs
1 pub fn f(new: fn()) {
2     new();
3 }
4
5 fn main() {}