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
Copy file name to clipboardExpand all lines: src/tests/krate/publish/snapshots/all__krate__publish__features__invalid_feature_name.snap
+1-1
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ expression: response.into_json()
5
5
{
6
6
"errors": [
7
7
{
8
-
"detail": "\"~foo\" is an invalid feature name (feature names must contain only letters, numbers, '-', '+', or '_')"
8
+
"detail": "invalid character `~` in feature `~foo`, the first character must be a Unicode XID start character or digit (most letters or `_` or `0` to `9`)"
0 commit comments