diff options
| author | varkor <github@varkor.com> | 2020-10-02 02:31:05 +0100 |
|---|---|---|
| committer | varkor <github@varkor.com> | 2020-10-03 14:28:54 +0100 |
| commit | 488b759d5ca97c167d6a35d59d18cfb5770e70d0 (patch) | |
| tree | dc4e19931032117ecb56306c7ddb930f4b2873c3 /compiler/rustc_feature/src | |
| parent | 1db05e032db798b3162926ee4b72072d3c4de56f (diff) | |
| download | rust-488b759d5ca97c167d6a35d59d18cfb5770e70d0.tar.gz rust-488b759d5ca97c167d6a35d59d18cfb5770e70d0.zip | |
Replace "non trivial" with "non-trivial"
Diffstat (limited to 'compiler/rustc_feature/src')
| -rw-r--r-- | compiler/rustc_feature/src/active.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_feature/src/active.rs b/compiler/rustc_feature/src/active.rs index 348cff8d2da..c4774de73e1 100644 --- a/compiler/rustc_feature/src/active.rs +++ b/compiler/rustc_feature/src/active.rs @@ -581,7 +581,7 @@ declare_features! ( /// Allows `if let` guard in match arms. (active, if_let_guard, "1.47.0", Some(51114), None), - /// Allows non trivial generic constants which have to be manually propageted upwards. + /// Allows non-trivial generic constants which have to be manually propageted upwards. (active, const_evaluatable_checked, "1.48.0", Some(76560), None), /// Allows basic arithmetic on floating point types in a `const fn`. |
