diff options
| author | varkor <github@varkor.com> | 2018-06-24 18:20:25 +0100 |
|---|---|---|
| committer | varkor <github@varkor.com> | 2018-06-24 18:20:25 +0100 |
| commit | f94c075ab458c3839d34e97c77720ab01437f1c6 (patch) | |
| tree | 72e06534da3a09429645e312423521a959a0d8a0 | |
| parent | 82803fd9bdb4f7e016b43f430ad043cdbdc452e8 (diff) | |
| download | rust-f94c075ab458c3839d34e97c77720ab01437f1c6.tar.gz rust-f94c075ab458c3839d34e97c77720ab01437f1c6.zip | |
Add item after attribute
| -rw-r--r-- | src/librustc_typeck/diagnostics.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/librustc_typeck/diagnostics.rs b/src/librustc_typeck/diagnostics.rs index cdfbb770718..b0b72256edc 100644 --- a/src/librustc_typeck/diagnostics.rs +++ b/src/librustc_typeck/diagnostics.rs @@ -4550,6 +4550,7 @@ E0648: r##" ```compile_fail,E0648 #[export_name="\0foo"] // error: `export_name` may not contain null characters +pub fn bar() {} ``` "##, |
