Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
attributes
/
validation-on-associated-items-issue-121537.rs
blob: 60e5a21eec7746ed57171739706ec1a79533c4c6 [
file
] [
log
] [
blame
] [
edit
]
trait
MyTrait
{
#[
doc
=
MyTrait
]
//~^ ERROR attribute value must be a literal
fn
myfun
();
}
fn
main
()
{}