Skip to content

Commit

Permalink
Use nightly version to generate output
Browse files Browse the repository at this point in the history
Previous verison was not using nightly, causing errors in the automated
test that are using nightly
  • Loading branch information
RedPhoenixQ committed Nov 15, 2023
1 parent 241a206 commit 2d32f9d
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions maud/tests/warnings/non-string-literal.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,19 @@ error: expected string
| ^^^^

error: attribute value must be a string

= help: to declare an empty attribute, omit the equals sign: `disabled`
= help: to toggle the attribute, use square brackets: `disabled[some_boolean_flag]`

--> tests/warnings/non-string-literal.rs:13:24
|
13 | input disabled=true;
| ^^^^
|
= help: to declare an empty attribute, omit the equals sign: `disabled`
= help: to toggle the attribute, use square brackets: `disabled[some_boolean_flag]`

error: attribute value must be a string

= help: to declare an empty attribute, omit the equals sign: `disabled`
= help: to toggle the attribute, use square brackets: `disabled[some_boolean_flag]`

--> tests/warnings/non-string-literal.rs:14:24
|
14 | input disabled=false;
| ^^^^^
|
= help: to declare an empty attribute, omit the equals sign: `disabled`
= help: to toggle the attribute, use square brackets: `disabled[some_boolean_flag]`

0 comments on commit 2d32f9d

Please sign in to comment.