Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
derives
/
derives-span-Hash-tuple-struct.rs
blob: 3822bce1466ea9cef75ec9cf7b0a80794872d07f [
file
] [
log
] [
blame
] [
edit
]
// This file was auto-generated using 'src/etc/generate-deriving-span-tests.py'
struct
Error
;
#[
derive
(
Hash
)]
struct
Struct
(
Error
//~ ERROR
);
fn
main
()
{}