Skip to content

Commit f94c075

Browse files
committed
Add item after attribute
1 parent 82803fd commit f94c075

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustc_typeck/diagnostics.rs

+1
Original file line numberDiff line numberDiff line change
@@ -4550,6 +4550,7 @@ E0648: r##"
45504550
45514551
```compile_fail,E0648
45524552
#[export_name="\0foo"] // error: `export_name` may not contain null characters
4553+
pub fn bar() {}
45534554
```
45544555
"##,
45554556

0 commit comments

Comments
 (0)