Skip to content

Commit 43843d0

Browse files
committed
Auto merge of #32455 - TimNN:patch-1, r=alexcrichton
add naked function tracking issue # to feature gate definition
2 parents 98f0a91 + 7027521 commit 43843d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libsyntax/feature_gate.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ const KNOWN_FEATURES: &'static [(&'static str, &'static str, Option<u32>, Status
213213
("unwind_attributes", "1.4.0", None, Active),
214214

215215
// allow the use of `#[naked]` on functions.
216-
("naked_functions", "1.9.0", None, Active),
216+
("naked_functions", "1.9.0", Some(32408), Active),
217217

218218
// allow empty structs and enum variants with braces
219219
("braced_empty_structs", "1.5.0", Some(29720), Accepted),

0 commit comments

Comments
 (0)