Sign in
android
/
toolchain
/
rustc
/
cd1aefd586783f162dd848e314bd6991a5ffe033
/
.
/
tests
/
rustdoc-ui
/
issues
/
issue-79467.rs
blob: eb0b9b380714e26d1e6750bb668f509e4138469f [
file
] [
log
] [
blame
]
fn
g
()
where
'static: '
static
,
dyn
'static: '
static
+
Copy
,
//~ ERROR at least one trait is required for an object type
{
}
fn
main
()
{}