Skip to content

Commit 726d613

Browse files
committed
add tests for ICE 94432
Fixes #94432
1 parent 3fcf43b commit 726d613

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
// check-fail
2+
// dont-check-compiler-stdout
3+
// dont-check-compiler-stderr
4+
5+
fna<e>(){fnp(){e}} //~ ERROR unknown start of token: \u{fffd}
6+
//~^ ERROR unknown start of token: \u{fffd}
7+
//~^^ ERROR can't use generic parameters from outer function [E0401]
8+
//~^^^ WARN type parameter `e` should have an upper camel case name
9+
10+
fn main(){}

0 commit comments

Comments
 (0)