Skip to content

Commit 8567f29

Browse files
committed
Add cfg_attr to known attributes
1 parent c9d5494 commit 8567f29

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libsyntax/feature_gate.rs

+1
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ pub static KNOWN_ATTRIBUTES: &'static [(&'static str, AttributeType)] = &[
173173
("plugin_registrar", Normal),
174174

175175
("cfg", Normal),
176+
("cfg_attr", Normal),
176177
("main", Normal),
177178
("start", Normal),
178179
("test", Normal),

0 commit comments

Comments
 (0)