2018-06-23 16:31:31 -05:00
|
|
|
error[E0648]: `export_name` may not contain null characters
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/E0648.rs:1:1
|
2018-06-23 16:31:31 -05:00
|
|
|
|
|
2019-03-12 23:47:36 -05:00
|
|
|
LL | #[export_name="\0foo"]
|
2018-06-23 16:31:31 -05:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0648`.
|