mirror of
https://gitee.com/openharmony/third_party_rust_cxx
synced 2024-12-18 12:17:28 +00:00
18 lines
322 B
Plaintext
18 lines
322 B
Plaintext
|
error: reserved name
|
||
|
--> $DIR/reserved_name.rs:3:12
|
||
|
|
|
||
|
3 | struct UniquePtr {
|
||
|
| ^^^^^^^^^
|
||
|
|
||
|
error: reserved name
|
||
|
--> $DIR/reserved_name.rs:8:14
|
||
|
|
|
||
|
8 | type Box;
|
||
|
| ^^^
|
||
|
|
||
|
error: reserved name
|
||
|
--> $DIR/reserved_name.rs:12:14
|
||
|
|
|
||
|
12 | type String;
|
||
|
| ^^^^^^
|