Fix ICE with match_def_path
This commit is contained in:
parent
996a86fdab
commit
3b783152cc
2 changed files with 14 additions and 1 deletions
9
tests/run-pass/ice-700.rs
Executable file
9
tests/run-pass/ice-700.rs
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
#![feature(plugin)]
|
||||
#![plugin(clippy)]
|
||||
#![deny(clippy)]
|
||||
|
||||
fn core() {}
|
||||
|
||||
fn main() {
|
||||
core();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue