parent
1a3a3dfcdd
commit
e5e9867f60
1 changed files with 1 additions and 1 deletions
|
|
@ -163,7 +163,7 @@ impl<'a, 'tcx> Collector<'a, 'tcx> {
|
|||
!self.tcx.features().static_nobundle {
|
||||
feature_gate::emit_feature_err(&self.tcx.sess.parse_sess,
|
||||
"static_nobundle",
|
||||
span.unwrap(),
|
||||
span.unwrap_or_else(|| syntax_pos::DUMMY_SP),
|
||||
GateIssue::Language,
|
||||
"kind=\"static-nobundle\" is feature gated");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue