]> git.lizzy.rs Git - rust.git/blobdiff - src/libsyntax/feature_gate/check.rs
Stabilize `param_attrs` in Rust 1.39.0
[rust.git] / src / libsyntax / feature_gate / check.rs
index 5711b269ff092fe12982df3401eae7e690cb7419..6b76a6a60c3d686841dd67f67fbf67c02b9a512c 100644 (file)
@@ -892,7 +892,6 @@ macro_rules! gate_all {
         }
     }
 
-    gate_all!(param_attrs, "attributes on function parameters are unstable");
     gate_all!(let_chains, "`let` expressions in this position are experimental");
     gate_all!(async_closure, "async closures are unstable");
     gate_all!(yields, generators, "yield syntax is experimental");