Ui tests with compile_error resolved at call site

This commit is contained in:
David Tolnay 2023-06-07 19:59:12 -07:00
parent 6735d4b033
commit b534dafe3b
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82
18 changed files with 88 additions and 1 deletions

View file

@ -1,5 +1,10 @@
error: transparent error struct can't contain #[source]
--> tests/ui/transparent-struct-source.rs:5:18
|
3 | #[derive(Error, Debug)]
| ----- in this derive macro expansion
4 | #[error(transparent)]
5 | pub struct Error(#[source] anyhow::Error);
| ^^^^^^^^^
|
= note: this error originates in the derive macro `Error` (in Nightly builds, run with -Z macro-backtrace for more info)