]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/issues/issue-18919.stderr
Rollup merge of #60492 - acrrd:issues/54054_chain, r=SimonSapin
[rust.git] / src / test / ui / issues / issue-18919.stderr
index ca717a3c49b8158c6e5117688e7737d26c3667c5..87528652bd4822a8141dc49c26aa6ac12941226f 100644 (file)
@@ -2,7 +2,7 @@ error[E0277]: the size for values of type `dyn for<'r> std::ops::Fn(&'r isize) -
   --> $DIR/issue-18919.rs:3:1
    |
 LL | / fn ho_func(f: Option<FuncType>) {
-LL | |     //~^ ERROR the size for values of type
+LL | |
 LL | | }
    | |_^ doesn't have a size known at compile-time
    |