diff options
| author | Ashley Mannix <ashleymannix@live.com.au> | 2020-07-28 14:37:31 +1000 |
|---|---|---|
| committer | Ashley Mannix <ashleymannix@live.com.au> | 2020-07-28 14:37:31 +1000 |
| commit | 9d4818c6f96cd9a553b4266ca81585d2e82887b2 (patch) | |
| tree | bda457fe533b20305e831b6b6b8612982fe6e420 | |
| parent | a99d2cbfe7072218c67fbfe1fda2ea55f46c46f2 (diff) | |
| download | rust-9d4818c6f96cd9a553b4266ca81585d2e82887b2.tar.gz rust-9d4818c6f96cd9a553b4266ca81585d2e82887b2.zip | |
update stderr for polymorphic ui test
| -rw-r--r-- | src/test/ui/consts/issue-73976-polymorphic.stderr | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/test/ui/consts/issue-73976-polymorphic.stderr b/src/test/ui/consts/issue-73976-polymorphic.stderr index c90ce2bd06a..971573e14aa 100644 --- a/src/test/ui/consts/issue-73976-polymorphic.stderr +++ b/src/test/ui/consts/issue-73976-polymorphic.stderr @@ -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) | ^^^^^^^^^^^^^^^^^^^^^^^^^^ |
