-
Notifications
You must be signed in to change notification settings - Fork 143
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes #441. proc_macro_error is marked as unmaintained in rustsec: https://rustsec.org/advisories/RUSTSEC-2024-0370.html Because proc_macro_error2 removed automatic nightly detection, the error messages changed slightly.
- Loading branch information
Showing
10 changed files
with
36 additions
and
35 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,7 +1,8 @@ | ||
error: found keyword `if` | ||
|
||
= help: should this be a `@if`? | ||
|
||
--> $DIR/keyword-without-at.rs:5:9 | ||
| | ||
5 | if {} | ||
| ^^ | ||
| | ||
= help: should this be a `@if`? |
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,17 +1,19 @@ | ||
error: void elements must use `;`, not `/` | ||
|
||
= help: change this to `;` | ||
= help: see https://github.com/lambda-fairy/maud/pull/315 for details | ||
|
||
--> $DIR/void-element-slash.rs:5:12 | ||
| | ||
5 | br / | ||
| ^ | ||
| | ||
= help: change this to `;` | ||
= help: see https://github.com/lambda-fairy/maud/pull/315 for details | ||
|
||
error: void elements must use `;`, not `/` | ||
|
||
= help: change this to `;` | ||
= help: see https://github.com/lambda-fairy/maud/pull/315 for details | ||
|
||
--> $DIR/void-element-slash.rs:7:27 | ||
| | ||
7 | input type="text" / | ||
| ^ | ||
| | ||
= help: change this to `;` | ||
= help: see https://github.com/lambda-fairy/maud/pull/315 for details |
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
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