Skip to content

Commit 5e2dc7b

Browse files
committed
fix rebase error
1 parent 697f457 commit 5e2dc7b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/rustc_attr_parsing/src/attributes/allow_unstable.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ impl<S: Stage> CombineAttributeParser<S> for UnstableFeatureBoundParser {
3131
const PATH: &'static [rustc_span::Symbol] = &[sym::unstable_feature_bound];
3232
type Item = (Symbol, Span);
3333
const CONVERT: ConvertFn<Self::Item> = AttributeKind::UnstableFeatureBound;
34+
const TEMPLATE: AttributeTemplate = template!(Word, List: "feat1, feat2, ...");
3435

3536
fn extend<'c>(
3637
cx: &'c mut AcceptContext<'_, '_, S>,

0 commit comments

Comments
 (0)