]> git.lizzy.rs Git - rust.git/commitdiff
update stderr for polymorphic ui test
authorAshley Mannix <ashleymannix@live.com.au>
Tue, 28 Jul 2020 04:37:31 +0000 (14:37 +1000)
committerAshley Mannix <ashleymannix@live.com.au>
Tue, 28 Jul 2020 04:37:31 +0000 (14:37 +1000)
src/test/ui/consts/issue-73976-polymorphic.stderr

index c90ce2bd06a67660b72c4470ac054b7449ad2891..971573e14aad8f59eb941e6e88f66b5255afc1f8 100644 (file)
@@ -1,23 +1,23 @@
 error: could not evaluate constant pattern
-  --> $DIR/issue-73976-polymorphic.rs:20:37
+  --> $DIR/issue-73976-polymorphic.rs:19:37
    |
 LL |     matches!(GetTypeId::<T>::VALUE, GetTypeId::<T>::VALUE)
    |                                     ^^^^^^^^^^^^^^^^^^^^^
 
 error: could not evaluate constant pattern
-  --> $DIR/issue-73976-polymorphic.rs:32:42
+  --> $DIR/issue-73976-polymorphic.rs:31:42
    |
 LL |     matches!(GetTypeNameLen::<T>::VALUE, GetTypeNameLen::<T>::VALUE)
    |                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
 
 error: could not evaluate constant pattern
-  --> $DIR/issue-73976-polymorphic.rs:20:37
+  --> $DIR/issue-73976-polymorphic.rs:19:37
    |
 LL |     matches!(GetTypeId::<T>::VALUE, GetTypeId::<T>::VALUE)
    |                                     ^^^^^^^^^^^^^^^^^^^^^
 
 error: could not evaluate constant pattern
-  --> $DIR/issue-73976-polymorphic.rs:32:42
+  --> $DIR/issue-73976-polymorphic.rs:31:42
    |
 LL |     matches!(GetTypeNameLen::<T>::VALUE, GetTypeNameLen::<T>::VALUE)
    |                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^