Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
issues
/
issue-41549.rs
blob: 8f57515415c6e607b22d38ccd74cfe1f0c8d4475 [
file
] [
log
] [
blame
] [
edit
]
//@ aux-build:issue-41549.rs
extern
crate issue_41549
;
struct
S
;
impl
issue_41549
::
Trait
for
S
{
const
CONST
:
()
=
();
//~ ERROR incompatible type for trait
}
fn
main
()
{}