Skip to content

Commit

Permalink
Auto merge of #32455 - TimNN:patch-1, r=alexcrichton
Browse files Browse the repository at this point in the history
add naked function tracking issue # to feature gate definition
  • Loading branch information
bors committed Mar 23, 2016
2 parents 98f0a91 + 7027521 commit 43843d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libsyntax/feature_gate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ const KNOWN_FEATURES: &'static [(&'static str, &'static str, Option<u32>, Status
("unwind_attributes", "1.4.0", None, Active),

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

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

0 comments on commit 43843d0

Please sign in to comment.