Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
error-codes
/
E0208.rs
blob: 2713ba6ed6cb58aa8e6c31c19508c839a527534e [
file
] [
log
] [
blame
] [
edit
]
#![
feature
(
rustc_attrs
)]
#[
rustc_variance
]
struct
Foo
<
'a, T> { //~ ERROR ['
a
:
+,
T
:
o
]
t
:
&
'
a
mut
T
,
}
fn
main
()
{}