Move /src/test to /tests
This commit is contained in:
parent
ca855e6e42
commit
cf2dff2b1e
27592 changed files with 0 additions and 0 deletions
|
@ -1,10 +0,0 @@
|
|||
error: lifetime may not live long enough
|
||||
--> $DIR/object-lifetime-default-from-rptr-struct-error.rs:20:5
|
||||
|
|
||||
LL | fn c<'a>(t: &'a MyBox<dyn Test+'a>, mut ss: SomeStruct<'a>) {
|
||||
| -- lifetime `'a` defined here
|
||||
LL | ss.t = t;
|
||||
| ^^^^^^^^ assignment requires that `'a` must outlive `'static`
|
||||
|
||||
error: aborting due to previous error
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue