We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9bc45f commit 93b6838Copy full SHA for 93b6838
crates/ide-completion/src/completions/attribute/cfg.rs
@@ -46,6 +46,7 @@ const KNOWN_ARCH: [&str; 19] = [
46
"aarch64",
47
"arm",
48
"avr",
49
+ "csky",
50
"hexagon",
51
"mips",
52
"mips64",
0 commit comments