Skip to content

Commit

Permalink
Fix codegen tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed May 17, 2024
1 parent ad8af06 commit 3dd9079
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 44 deletions.
11 changes: 0 additions & 11 deletions tests/compile_fail/as_mut/unknown_field_attr_arg.stderr
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
error[E0412]: cannot find type `baz` in this scope
--> tests/compile_fail/as_mut/unknown_field_attr_arg.rs:3:14
|
3 | #[as_mut(baz)]
| ^^^ not found in this scope
|
help: you might be missing a type parameter
|
1 | #[derive(derive_more::AsMut<baz>)]
| +++++

error[E0412]: cannot find type `baz` in this scope
--> tests/compile_fail/as_mut/unknown_field_attr_arg.rs:3:14
|
Expand Down
11 changes: 0 additions & 11 deletions tests/compile_fail/as_mut/unknown_struct_attr_arg.stderr
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
error[E0412]: cannot find type `baz` in this scope
--> tests/compile_fail/as_mut/unknown_struct_attr_arg.rs:2:10
|
2 | #[as_mut(baz)]
| ^^^ not found in this scope
|
help: you might be missing a type parameter
|
1 | #[derive(derive_more::AsMut<baz>)]
| +++++

error[E0412]: cannot find type `baz` in this scope
--> tests/compile_fail/as_mut/unknown_struct_attr_arg.rs:2:10
|
Expand Down
11 changes: 0 additions & 11 deletions tests/compile_fail/as_ref/unknown_field_attr_arg.stderr
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
error[E0412]: cannot find type `baz` in this scope
--> tests/compile_fail/as_ref/unknown_field_attr_arg.rs:3:14
|
3 | #[as_ref(baz)]
| ^^^ not found in this scope
|
help: you might be missing a type parameter
|
1 | #[derive(derive_more::AsRef<baz>)]
| +++++

error[E0412]: cannot find type `baz` in this scope
--> tests/compile_fail/as_ref/unknown_field_attr_arg.rs:3:14
|
Expand Down
11 changes: 0 additions & 11 deletions tests/compile_fail/as_ref/unknown_struct_attr_arg.stderr
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
error[E0412]: cannot find type `baz` in this scope
--> tests/compile_fail/as_ref/unknown_struct_attr_arg.rs:2:10
|
2 | #[as_ref(baz)]
| ^^^ not found in this scope
|
help: you might be missing a type parameter
|
1 | #[derive(derive_more::AsRef<baz>)]
| +++++

error[E0412]: cannot find type `baz` in this scope
--> tests/compile_fail/as_ref/unknown_struct_attr_arg.rs:2:10
|
Expand Down

0 comments on commit 3dd9079

Please sign in to comment.