forked from M-Labs/nac3
composer: improve class field typevar error message
This commit is contained in:
parent
fb8553311c
commit
c5993c2a58
|
@ -1282,7 +1282,7 @@ impl TopLevelComposer {
|
||||||
if !class_type_vars_def.contains(&t) {
|
if !class_type_vars_def.contains(&t) {
|
||||||
return Err(format!(
|
return Err(format!(
|
||||||
"class fields can only use type \
|
"class fields can only use type \
|
||||||
vars declared as class generic type vars (at {})",
|
vars over which the class is generic (at {})",
|
||||||
annotation.location
|
annotation.location
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue