2018-07-15 16:11:54 -05:00
|
|
|
error[E0434]: can't capture dynamic environment in a fn item
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/issue-3668.rs:8:34
|
2018-07-15 16:11:54 -05:00
|
|
|
|
|
|
|
|
LL | static childVal: Box<P> = self.child.get();
|
|
|
|
| ^^^^
|
|
|
|
|
|
|
|
|
= help: use the `|| { ... }` closure form instead
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0434`.
|