Inherit #[stable(..)]
annotations in enum variants and fields from its item
This commit is contained in:
parent
178108bf81
commit
4cb089bb54
13 changed files with 213 additions and 163 deletions
|
@ -109,7 +109,7 @@ impl LibFeatureCollector<'tcx> {
|
|||
}
|
||||
|
||||
fn span_feature_error(&self, span: Span, msg: &str) {
|
||||
struct_span_err!(self.tcx.sess, span, E0711, "{}", &msg,).emit();
|
||||
struct_span_err!(self.tcx.sess, span, E0711, "{}", &msg).emit();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue