]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/arbitrary-self-types-not-object-safe.stderr
Rollup merge of #57107 - mjbshaw:thread_local_test, r=nikomatsakis
[rust.git] / src / test / ui / arbitrary-self-types-not-object-safe.stderr
index 77ca118471db5d6d75c506c69902cbce7f35e8f0..dacab1222aba37dc7c48116e9bd61b21685014ed 100644 (file)
@@ -1,5 +1,5 @@
 error[E0038]: the trait `Foo` cannot be made into an object
-  --> $DIR/arbitrary-self-types-not-object-safe.rs:40:32
+  --> $DIR/arbitrary-self-types-not-object-safe.rs:31:32
    |
 LL |     let x = Rc::new(5usize) as Rc<Foo>;
    |                                ^^^^^^^ the trait `Foo` cannot be made into an object
@@ -7,7 +7,7 @@ LL |     let x = Rc::new(5usize) as Rc<Foo>;
    = note: method `foo`'s receiver cannot be dispatched on
 
 error[E0038]: the trait `Foo` cannot be made into an object
-  --> $DIR/arbitrary-self-types-not-object-safe.rs:40:13
+  --> $DIR/arbitrary-self-types-not-object-safe.rs:31:13
    |
 LL |     let x = Rc::new(5usize) as Rc<Foo>;
    |             ^^^^^^^^^^^^^^^ the trait `Foo` cannot be made into an object