mirror of
https://gitee.com/openharmony/third_party_rust_cxx
synced 2024-12-18 20:28:36 +00:00
12 lines
339 B
Plaintext
12 lines
339 B
Plaintext
error: references with explicit lifetimes are not supported
|
|
--> $DIR/disallow_lifetime.rs:9:22
|
|
|
|
|
9 | fn f(string: &'a String);
|
|
| ^^^^^^^^^^
|
|
|
|
error: references with explicit lifetimes are not supported
|
|
--> $DIR/disallow_lifetime.rs:5:14
|
|
|
|
|
5 | fn f(&'static self);
|
|
| ^^^^^^^^^^^^^
|