We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 634cfe3 commit 1883d1fCopy full SHA for 1883d1f
crates/ide-diagnostics/src/handlers/inactive_code.rs
@@ -112,12 +112,12 @@ fn f() {
112
struct Foo;
113
impl Foo {
114
#[cfg(any())] pub fn f() {}
115
- //*************************** weak: code is inactive due to #[cfg] directives
+ //^^^^^^^^^^^^^^^^^^^^^^^^^^^ weak: code is inactive due to #[cfg] directives
116
}
117
118
trait Bar {
119
120
121
122
"#,
123
);
0 commit comments