-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Showing
22 changed files
with
832 additions
and
592 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
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
9 changes: 4 additions & 5 deletions
9
packages/yew-router-macro/tests/routable_derive/bad-ats-fail.stderr
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,12 +1,11 @@ | ||
error: at attribute must be present on every variant | ||
error: exactly one at attribute must be present on each variant | ||
--> $DIR/bad-ats-fail.rs:3:5 | ||
| | ||
3 | One, | ||
| ^^^ | ||
|
||
error: only one at attribute must be present | ||
error: exactly one at attribute must be present on each variant | ||
--> $DIR/bad-ats-fail.rs:8:5 | ||
| | ||
8 | / #[at("/one")] | ||
9 | | #[at("/two")] | ||
| |_________________^ | ||
8 | #[at("/one")] | ||
| ^ |
Oops, something went wrong.