mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Parse webidl files and lint for inheritance correctness.
This commit is contained in:
parent
dfca8ec913
commit
ea833b597f
4 changed files with 226 additions and 19 deletions
|
@ -25,6 +25,8 @@ extern crate rustc;
|
|||
extern crate rustc_plugin;
|
||||
extern crate syntax;
|
||||
|
||||
extern crate webidl;
|
||||
|
||||
use rustc_plugin::Registry;
|
||||
use syntax::feature_gate::AttributeType::Whitelisted;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue