]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/issues/issue-7607-1.stderr
Auto merge of #87737 - LeSeulArtichaut:unsafeck-less-freeze, r=oli-obk
[rust.git] / src / test / ui / issues / issue-7607-1.stderr
index 0520eada499d9552f734357d0258fdee8958af2c..ecff8b42b0ea77ea814af524045732a534cab569 100644 (file)
@@ -3,7 +3,7 @@ error[E0412]: cannot find type `Fo` in this scope
    |
 LL | impl Fo {
    |      ^^ help: a trait with a similar name exists: `Fn`
-   | 
+   |
   ::: $SRC_DIR/core/src/ops/function.rs:LL:COL
    |
 LL | pub trait Fn<Args>: FnMut<Args> {