// There is a small discrepancy between the stable and nightly in span reporting.
// ```ignore
// error: expected `#[newtype(NewtypeKind)]`
// --> tests/trybuild/newtype_attribute.rs:34:30
// |
// 34 | #[newtype_tools::newtype(Amount, Amount)]
// | ^^^^^^
// ```