File tree 1 file changed +0
-29
lines changed
crates/ide-db/src/generated 1 file changed +0
-29
lines changed Original file line number Diff line number Diff line change @@ -3789,35 +3789,6 @@ The tracking issue for this feature is: [#64797]
3789
3789
[#64797]: https://github.com/rust-lang/rust/issues/64797
3790
3790
3791
3791
------------------------
3792
- "##,
3793
- default_severity: Severity::Allow,
3794
- warn_since: None,
3795
- deny_since: None,
3796
- },
3797
- Lint {
3798
- label: "cfg_boolean_literals",
3799
- description: r##"# `cfg_boolean_literals`
3800
-
3801
- The tracking issue for this feature is: [#131204]
3802
-
3803
- [#131204]: https://github.com/rust-lang/rust/issues/131204
3804
-
3805
- ------------------------
3806
-
3807
- The `cfg_boolean_literals` feature makes it possible to use the `true`/`false`
3808
- literal as cfg predicate. They always evaluate to true/false respectively.
3809
-
3810
- ## Examples
3811
-
3812
- ```rust
3813
- #![feature(cfg_boolean_literals)]
3814
-
3815
- #[cfg(true)]
3816
- const A: i32 = 5;
3817
-
3818
- #[cfg(all(false))]
3819
- const A: i32 = 58 * 89;
3820
- ```
3821
3792
"##,
3822
3793
default_severity: Severity::Allow,
3823
3794
warn_since: None,
You can’t perform that action at this time.
0 commit comments