]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/issues/issue-19538.stderr
Auto merge of #57108 - Mark-Simulacrum:license-remove, r=pietroalbini
[rust.git] / src / test / ui / issues / issue-19538.stderr
index 3cd73ad9d450ec8e784bb3fed51ae6859c3df934..d0f05a41d4d3a57e5121a12e6823c3391c4744cc 100644 (file)
@@ -1,5 +1,5 @@
 error[E0038]: the trait `Bar` cannot be made into an object
-  --> $DIR/issue-19538.rs:27:15
+  --> $DIR/issue-19538.rs:17:15
    |
 LL |     let test: &mut Bar = &mut thing;
    |               ^^^^^^^^ the trait `Bar` cannot be made into an object
@@ -7,7 +7,7 @@ LL |     let test: &mut Bar = &mut thing;
    = note: method `foo` has generic type parameters
 
 error[E0038]: the trait `Bar` cannot be made into an object
-  --> $DIR/issue-19538.rs:27:26
+  --> $DIR/issue-19538.rs:17:26
    |
 LL |     let test: &mut Bar = &mut thing;
    |                          ^^^^^^^^^^ the trait `Bar` cannot be made into an object