Parse webidl files and lint for inheritance correctness.

This commit is contained in:
krk 2019-04-14 21:46:41 +02:00
parent dfca8ec913
commit ea833b597f
4 changed files with 226 additions and 19 deletions

View file

@ -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;