We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2487eb commit 774f3f1Copy full SHA for 774f3f1
src/implementing_new_features.md
@@ -177,7 +177,8 @@ a new unstable feature:
177
178
1. Add a test to ensure the feature cannot be used without
179
a feature gate, by creating `tests/ui/feature-gates/feature-gate-$feature_name.rs`.
180
- You can generate the corresponding `.stderr` file by running `./x test tests/ui/feature-gates/ --bless`.
+ You can generate the corresponding `.stderr` file by running `./x test
181
+tests/ui/feature-gates/ --bless`.
182
183
1. Add a section to the unstable book, in
184
`src/doc/unstable-book/src/language-features/$feature_name.md`.
0 commit comments