]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-50714.rs
Add 'src/tools/clippy/' from commit 'd2708873ef711ec8ab45df1e984ecf24a96cd369'
[rust.git] / src / test / ui / issues / issue-50714.rs
1 // Regression test for issue 50714, make sure that this isn't a linker error.
2
3 fn main() where fn(&()): Eq {} //~ ERROR [E0646]