Skip to content

Commit

Permalink
failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
Grant Wuerker committed Mar 7, 2024
1 parent c80078a commit 93bdf4a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion crates/parser2/test_files/syntax_node/items/func.fe
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,10 @@ fn generics1<T: Trait, U>(t: T, u: Option<U>) -> T
t
}

fn decl<T, U>(t: MyStruct<T, U>) -> Result<T, Err> {}
fn decl<T, U>(t: MyStruct<T, U>) -> Result<T, Err> {}

fn foo() {
unsafe {
bar()
}
}

0 comments on commit 93bdf4a

Please sign in to comment.