2018-10-12 12:42:33 -04:00
|
|
|
error[E0412]: cannot find type `Oper` in this scope
|
|
|
|
--> $DIR/issue-54966.rs:3:27
|
|
|
|
|
|
|
|
|
LL | fn generate_duration() -> Oper<impl FnMut()> {}
|
|
|
|
| ^^^^ not found in this scope
|
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2018-10-12 12:42:33 -04:00
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0412`.
|