We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6f53aa commit d885f38Copy full SHA for d885f38
crates/ra_hir_ty/src/tests/traits.rs
@@ -1995,7 +1995,6 @@ fn test() {
1995
fn fn_item_fn_trait() {
1996
check_types(
1997
r#"
1998
-//- /main.rs
1999
#[lang = "fn_once"]
2000
trait FnOnce<Args> {
2001
type Output;
@@ -3025,7 +3024,6 @@ fn infer_box_fn_arg() {
3025
3024
fn infer_dyn_fn_output() {
3026
3027
3028
-//- /lib.rs
3029
3030
pub trait FnOnce<Args> {
3031
@@ -3049,7 +3047,6 @@ fn foo() {
3049
3047
fn infer_dyn_fn_once_output() {
3050
3048
3051
3052
3053
3054
3055
0 commit comments