Ui test changes for trybuild 1.0.49

This commit is contained in:
David Tolnay 2021-10-08 03:02:01 -04:00
parent 035abbd652
commit 00956f1f8c
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82
21 changed files with 22 additions and 22 deletions

View file

@ -1,5 +1,5 @@
error[E0599]: the method `as_dyn_error` exists for struct `NotError`, but its trait bounds were not satisfied
--> $DIR/tests/ui/source-struct-not-error.rs:9:5
--> tests/ui/source-struct-not-error.rs:9:5
|
4 | struct NotError;
| ----------------