Add cfg_attr to known attributes

This commit is contained in:
Manish Goregaokar 2015-03-02 17:44:01 +05:30
parent c9d5494640
commit 8567f290b8

View File

@ -173,6 +173,7 @@ pub static KNOWN_ATTRIBUTES: &'static [(&'static str, AttributeType)] = &[
("plugin_registrar", Normal),
("cfg", Normal),
("cfg_attr", Normal),
("main", Normal),
("start", Normal),
("test", Normal),