From 774f3f18b31b2bc99a23445c2d62491cb1123513 Mon Sep 17 00:00:00 2001 From: sslime336 Date: Sat, 1 Jul 2023 01:36:24 +0800 Subject: [PATCH] Fix line length out of limit --- src/implementing_new_features.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/implementing_new_features.md b/src/implementing_new_features.md index e835d7c5..c7f2aa00 100644 --- a/src/implementing_new_features.md +++ b/src/implementing_new_features.md @@ -177,7 +177,8 @@ a new unstable feature: 1. Add a test to ensure the feature cannot be used without a feature gate, by creating `tests/ui/feature-gates/feature-gate-$feature_name.rs`. - 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 +tests/ui/feature-gates/ --bless`. 1. Add a section to the unstable book, in `src/doc/unstable-book/src/language-features/$feature_name.md`.