]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/map-types.stderr
Rollup merge of #57107 - mjbshaw:thread_local_test, r=nikomatsakis
[rust.git] / src / test / ui / map-types.stderr
index 722113c752548095686346ac6fa706cbe7e05e58..9aa9804424214d08eb0caa1a6f084e798d781c58 100644 (file)
@@ -1,5 +1,5 @@
 error[E0277]: the trait bound `std::boxed::Box<dyn Map<isize, isize>>: Map<usize, isize>` is not satisfied
-  --> $DIR/map-types.rs:27:37
+  --> $DIR/map-types.rs:17:37
    |
 LL |     let y: Box<Map<usize, isize>> = Box::new(x);
    |                                     ^^^^^^^^^^^ the trait `Map<usize, isize>` is not implemented for `std::boxed::Box<dyn Map<isize, isize>>`