You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error: literal must be double-quoted: `"2"`
--> $DIR/non-string-literal.rs:15:20
|
15 | div.col-sm-2 {}
| ^
error: element body must be wrapped in braces
--> $DIR/non-string-literal.rs:15:20
|
15 | div.col-sm-2 {}
| ^
|
= help: see https://github.com/lambda-fairy/maud/pull/137 for details
Ideally it should say something like this:
error: classes with special characters must be double-quoted: `."col-sm-2"`
--> $DIR/non-string-literal.rs:15:20
|
15 | div.col-sm-2 {}
| ^
The text was updated successfully, but these errors were encountered:
Follow-up to #208.
This code:
leads to this error:
Ideally it should say something like this:
The text was updated successfully, but these errors were encountered: