Skip to content

Commit 2f6b6c6

Browse files
committed
Fix backticks
1 parent 7853e39 commit 2f6b6c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_feature/src/builtin_attrs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,7 @@ pub static BUILTIN_ATTRIBUTES: &[BuiltinAttribute] = &[
628628
),
629629

630630
// Probably temporary component of min_generic_const_args.
631-
// `#[type_const]` const ASSOC: usize;
631+
// `#[type_const] const ASSOC: usize;`
632632
gated!(
633633
type_const, Normal, template!(Word), ErrorFollowing,
634634
EncodeCrossCrate::Yes, min_generic_const_args, experimental!(type_const),

0 commit comments

Comments
 (0)