mirror of
https://github.com/servo/servo.git
synced 2025-06-09 00:53:26 +00:00
Upgrade to rustc 1.30.0-nightly (721913067 2018-08-26)
This commit is contained in:
parent
da36740f0b
commit
a6dcfdcd55
6 changed files with 11 additions and 14 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
use rustc::hir::def_id::DefId;
|
||||
use rustc::lint::LateContext;
|
||||
use syntax::codemap::{ExpnFormat, Span};
|
||||
use syntax::source_map::{ExpnFormat, Span};
|
||||
|
||||
/// check if a DefId's path matches the given absolute type path
|
||||
/// usage e.g. with
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue