Vendor dependencies
Let's see how I like this workflow.
This commit is contained in:
parent
34d1830413
commit
9c435dc440
7500 changed files with 1665121 additions and 99 deletions
11
vendor/cxx/tests/ui/expected_named.stderr
vendored
Normal file
11
vendor/cxx/tests/ui/expected_named.stderr
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
error[E0106]: missing lifetime specifier
|
||||
--> tests/ui/expected_named.rs:5:36
|
||||
|
|
||||
5 | fn borrowed() -> UniquePtr<Borrowed>;
|
||||
| ^^^^^^^^ expected named lifetime parameter
|
||||
|
|
||||
= help: this function's return type contains a borrowed value, but there is no value for it to be borrowed from
|
||||
help: consider using the `'static` lifetime
|
||||
|
|
||||
5 | fn borrowed() -> UniquePtr<Borrowed<'static>>;
|
||||
| +++++++++
|
||||
Loading…
Add table
Add a link
Reference in a new issue