This repository has been archived on 2024-05-26. You can view files and clone it, but cannot push or open issues or pull requests.
|
#[derive("Error")]
|
|
enum A {}
|
|
|
|
// This derive should fail (and produce a wrong spanned error)
|
|
#[derive("Error")]
|
|
mod B {}
|