]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/estr-subtyping.stderr
Auto merge of #62748 - luca-barbieri:optimize-refcell-borrow, r=RalfJung
[rust.git] / src / test / ui / estr-subtyping.stderr
index 7a7dce98f2d18b07f6c98aac387aad4765a01d3e..29f210803dd1dac3748c5ff0a28d4366ca89aa90 100644 (file)
@@ -1,7 +1,7 @@
 error[E0308]: mismatched types
   --> $DIR/estr-subtyping.rs:10:15
    |
-LL |    wants_uniq(x); //~ ERROR mismatched types
+LL |    wants_uniq(x);
    |               ^
    |               |
    |               expected struct `std::string::String`, found &str