-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5484f9e
commit 2cc0ef2
Showing
6 changed files
with
13 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[workspace] | ||
|
||
resolver = "2" | ||
members = [ | ||
"positional", | ||
"positional_derive", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
error: wrong field configuration | ||
error: failed to parse field attribute | ||
|
||
= help: there should only be name = value couple inside the field configuration | ||
= note: unsupported attribute | ||
|
||
--> tests/ui/list-attributes.rs:5:13 | ||
--> tests/ui/list-attributes.rs:5:5 | ||
| | ||
5 | #[field(a)] | ||
| ^ | ||
| ^^^^^^^^^^^ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
error: wrong field configuration | ||
error: failed to parse field attribute | ||
|
||
= help: there should only be name = value couple inside the field configuration | ||
= note: expected attribute arguments in parentheses: #[field(...)] | ||
|
||
--> tests/ui/path-attributes.rs:5:7 | ||
--> tests/ui/path-attributes.rs:5:5 | ||
| | ||
5 | #[field] | ||
| ^^^^^ | ||
| ^^^^^^^^ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters