blob: fe20bf42ffc19bf43b8a6c3c98c30579c826e5ba [file] [log] [blame] [edit]
error[E0425]: 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
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0425`.