diff options
| author | bors <bors@rust-lang.org> | 2017-09-24 12:20:21 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2017-09-24 12:20:21 +0000 |
| commit | 647aecc281f0defdd96bc807f2b98ec3090857a2 (patch) | |
| tree | e50609667b2c3e8916dbf15f7b3a451642d98932 /src/libsyntax | |
| parent | 6f9078745e882b3cdedf058479d9d6d936c6750c (diff) | |
| parent | a8a0ec2a28081ed6e1e50766f8599c4c03e8c26a (diff) | |
| download | rust-647aecc281f0defdd96bc807f2b98ec3090857a2.tar.gz rust-647aecc281f0defdd96bc807f2b98ec3090857a2.zip | |
Auto merge of #44807 - GuillaumeGomez:rollup, r=GuillaumeGomez
Rollup of 4 pull requests - Successful merges: #44103, #44625, #44789, #44795 - Failed merges:
Diffstat (limited to 'src/libsyntax')
| -rw-r--r-- | src/libsyntax/feature_gate.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/feature_gate.rs b/src/libsyntax/feature_gate.rs index 1fef382c83a..5c730aaa8d0 100644 --- a/src/libsyntax/feature_gate.rs +++ b/src/libsyntax/feature_gate.rs @@ -380,7 +380,7 @@ declare_features! ( // #[doc(masked)] (active, doc_masked, "1.21.0", None), - // allow `#[must_use]` on functions (RFC 1940) + // allow `#[must_use]` on functions and comparison operators (RFC 1940) (active, fn_must_use, "1.21.0", Some(43302)), // allow '|' at beginning of match arms (RFC 1925) |
