third_party_rust_cxx/tests/ui/disallow_lifetime.stderr
2020-04-22 16:39:44 -07:00

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);
| ^^^^^^^^^^^^^