Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
issues
/
issue-14721.rs
blob: a5c47dd8cb3d6921f991599f160692cdfcc7980f [
file
] [
log
] [
blame
] [
edit
]
fn
main
()
{
let
foo
=
"str"
;
println
!(
"{}"
,
foo
.
desc
);
//~ no field `desc` on type `&str`
}