Skip to content

Commit 93bdf4a

Browse files
author
Grant Wuerker
committed
failing test
1 parent c80078a commit 93bdf4a

File tree

1 file changed

+7
-1
lines changed
  • crates/parser2/test_files/syntax_node/items

1 file changed

+7
-1
lines changed

crates/parser2/test_files/syntax_node/items/func.fe

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,10 @@ fn generics1<T: Trait, U>(t: T, u: Option<U>) -> T
1818
t
1919
}
2020

21-
fn decl<T, U>(t: MyStruct<T, U>) -> Result<T, Err> {}
21+
fn decl<T, U>(t: MyStruct<T, U>) -> Result<T, Err> {}
22+
23+
fn foo() {
24+
unsafe {
25+
bar()
26+
}
27+
}

0 commit comments

Comments
 (0)