Add item after attribute

This commit is contained in:
varkor 2018-06-24 18:20:25 +01:00
parent 82803fd9bd
commit f94c075ab4

View file

@ -4550,6 +4550,7 @@ E0648: r##"
```compile_fail,E0648
#[export_name="\0foo"] // error: `export_name` may not contain null characters
pub fn bar() {}
```
"##,