Can collect webidl paths.

This commit is contained in:
krk 2019-04-14 14:16:38 +02:00
parent 328244684a
commit dfca8ec913
5 changed files with 144 additions and 1 deletions

View file

@ -19,6 +19,7 @@ pub fn dom_struct(args: TokenStream, input: TokenStream) -> TokenStream {
#[derive(DenyPublicFields, DomObject, JSTraceable, MallocSizeOf)]
#[must_root]
#[repr(C)]
#[webidl]
};
// Work around https://github.com/rust-lang/rust/issues/46489