mscorlib-sys 0.1.1

Raw FFI bindings for mscorlib
Build #108484 2018-07-13T15:53:51.866787+00:00
# rustc version
rustc 1.28.0-dev (b9bf4f162 2018-06-02)
# docs.rs version
cratesfyi 0.5.0 (579f83b 2018-03-05)

# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading mscorlib-sys v0.1.1
Compiling mscorlib-sys v0.1.1
Running `rustc --crate-name build_script_build .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/build.rs --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=42a3f4597d676a3a -C extra-filename=-42a3f4597d676a3a --out-dir /home/cratesfyi/cratesfyi/debug/build/mscorlib-sys-42a3f4597d676a3a -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Fresh winapi v0.3.5
Running `/home/cratesfyi/cratesfyi/debug/build/mscorlib-sys-42a3f4597d676a3a/build-script-build`
Documenting mscorlib-sys v0.1.1
Running `rustdoc --crate-name mscorlib_sys .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20180602-1.28.0-dev-b9bf4f162 -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern winapi=/home/cratesfyi/cratesfyi/debug/deps/libwinapi-df924c4a3e3c5ab5.rlib --extern-version winapi=winapi,0.3.5`
error[E0432]: unresolved import `winapi::ctypes`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:5:13
|
5 | use winapi::ctypes::{c_char, c_short, c_double, c_float, c_long};
|             ^^^^^^ Could not find `ctypes` in `winapi`

error[E0433]: failed to resolve. Could not find `shared` in `winapi`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:7:13
|
7 | use winapi::shared::guiddef::{GUID,};
|             ^^^^^^ Could not find `shared` in `winapi`

error[E0433]: failed to resolve. Could not find `shared` in `winapi`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:8:13
|
8 | use winapi::shared::minwindef::{UCHAR, ULONG, USHORT};
|             ^^^^^^ Could not find `shared` in `winapi`

error[E0433]: failed to resolve. Could not find `shared` in `winapi`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:9:13
|
9 | use winapi::shared::ntdef::{HRESULT};
|             ^^^^^^ Could not find `shared` in `winapi`

error[E0433]: failed to resolve. Could not find `shared` in `winapi`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:10:13
|
10 | use winapi::shared::wtypes::{BSTR, DATE, DECIMAL, VARIANT_BOOL};
|             ^^^^^^ Could not find `shared` in `winapi`

error[E0433]: failed to resolve. Could not find `um` in `winapi`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:12:13
|
12 | use winapi::um::oaidl::{IDispatch, IDispatchVtbl};
|             ^^ Could not find `um` in `winapi`

error[E0433]: failed to resolve. Could not find `um` in `winapi`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:13:13
|
13 | use winapi::um::oaidl::{SAFEARRAY, VARIANT};
|             ^^ Could not find `um` in `winapi`

error[E0433]: failed to resolve. Could not find `um` in `winapi`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:14:13
|
14 | use winapi::um::unknwnbase::{IUnknown};
|             ^^ Could not find `um` in `winapi`

error[E0432]: unresolved import `winapi::ctypes`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/structs.rs:2:13
|
2 | use winapi::ctypes::{c_char, c_double, c_float, c_long, c_int, c_short, c_void};
|             ^^^^^^ Could not find `ctypes` in `winapi`

error[E0433]: failed to resolve. Could not find `shared` in `winapi`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/structs.rs:4:13
|
4 | use winapi::shared::minwindef::{UCHAR, UINT, ULONG, USHORT, };
|             ^^^^^^ Could not find `shared` in `winapi`

error[E0433]: failed to resolve. Could not find `um` in `winapi`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/structs.rs:6:13
|
6 | use winapi::um::oaidl::{SAFEARRAY};
|             ^^ Could not find `um` in `winapi`

error[E0433]: failed to resolve. Could not find `um` in `winapi`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/structs.rs:7:13
|
7 | use winapi::um::winnt::{LPSTR,};
|             ^^ Could not find `um` in `winapi`

error[E0433]: failed to resolve. Could not find `um` in `winapi`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/structs.rs:8:13
|
8 | use winapi::um::unknwnbase::{IUnknown};
|             ^^ Could not find `um` in `winapi`

error[E0432]: unresolved import `winapi::ctypes`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/unknown.rs:2:13
|
2 | use winapi::ctypes::{c_long,};
|             ^^^^^^ Could not find `ctypes` in `winapi`

error[E0433]: failed to resolve. Could not find `shared` in `winapi`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/unknown.rs:4:13
|
4 | use winapi::shared::guiddef::{GUID, REFIID};
|             ^^^^^^ Could not find `shared` in `winapi`

error[E0433]: failed to resolve. Could not find `shared` in `winapi`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/unknown.rs:5:13
|
5 | use winapi::shared::minwindef::{WORD,UINT};
|             ^^^^^^ Could not find `shared` in `winapi`

error[E0433]: failed to resolve. Could not find `shared` in `winapi`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/unknown.rs:6:13
|
6 | use winapi::shared::ntdef::{LCID};
|             ^^^^^^ Could not find `shared` in `winapi`

error[E0433]: failed to resolve. Could not find `shared` in `winapi`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/unknown.rs:7:13
|
7 | use winapi::shared::winerror::HRESULT;
|             ^^^^^^ Could not find `shared` in `winapi`

error[E0433]: failed to resolve. Could not find `shared` in `winapi`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/unknown.rs:8:13
|
8 | use winapi::shared::wtypes::{BSTR, VARIANT_BOOL};
|             ^^^^^^ Could not find `shared` in `winapi`

error[E0433]: failed to resolve. Could not find `shared` in `winapi`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/unknown.rs:9:13
|
9 | use winapi::shared::wtypesbase::LPOLESTR;
|             ^^^^^^ Could not find `shared` in `winapi`

error[E0433]: failed to resolve. Could not find `um` in `winapi`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/unknown.rs:11:13
|
11 | use winapi::um::oaidl::{DISPID, DISPPARAMS, EXCEPINFO, ITypeInfo, SAFEARRAY, VARIANT};
|             ^^ Could not find `um` in `winapi`

error[E0433]: failed to resolve. Could not find `um` in `winapi`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/unknown.rs:12:13
|
12 | use winapi::um::unknwnbase::{IUnknown, IUnknownVtbl};
|             ^^ Could not find `um` in `winapi`

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:23:1
|
23 | RIDL!{#[uuid(0xdeb0e770, 0x91fd, 0x3cf6, 0x9a, 0x6c, 0xe6, 0xa3, 0x65, 0x6f, 0x39, 0x65)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:33:1
|
33 | RIDL!{#[uuid(0x0cb251a7, 0x3ab3, 0x3b5c, 0xa0, 0xb8, 0x9d, 0xdf, 0x88, 0x82, 0x4b, 0x85)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:42:1
|
42 | RIDL!{#[uuid(0x496b0abe, 0xcdee, 0x11d3, 0x88, 0xe8, 0x00, 0x90, 0x27, 0x54, 0xc4, 0x3a)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:51:1
|
51 | RIDL!{#[uuid(0x7bcfa00f, 0xf764, 0x3113, 0x91, 0x40, 0x3b, 0xbd, 0x12, 0x7a, 0x96, 0xbb)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:104:1
|
104 | RIDL!{#[uuid(0x496b0abf, 0xcdee, 0x11d3, 0x88, 0xe8, 0x00, 0x90, 0x27, 0x54, 0xc4, 0x3a)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:119:1
|
119 | RIDL!{#[uuid(0x496b0abf, 0xcdee, 0x11d3, 0x88, 0xe8, 0x00, 0x90, 0x27, 0x54, 0xc4, 0x3a)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:126:1
|
126 | RIDL!{#[uuid(0xc20fd3eb, 0x7022, 0x3d14, 0x84, 0x77, 0x76, 0x0f, 0xab, 0x54, 0xe5, 0x0d)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:136:1
|
136 | RIDL!{#[uuid(0xaab7c6ea, 0xcab0, 0x3adb, 0x82, 0xaa, 0xcf, 0x32, 0xe2, 0x9a, 0xf2, 0x3)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:150:1
|
150 | RIDL!{#[uuid(0xab3f47e4, 0xc227, 0x3b05, 0xbf, 0x9f, 0x94, 0x64, 0x9b, 0xef, 0x98, 0x88)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:159:1
|
159 | RIDL!{#[uuid(0x5d573036, 0x3435, 0x3c5a, 0xae, 0xff, 0x2b, 0x81, 0x91, 0x08, 0x2c, 0x71)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:169:1
|
169 | RIDL!{#[uuid(0x35d574bf, 0x7a4f, 0x3588, 0x8c, 0x19, 0x12, 0x21, 0x2a, 0x0f, 0xe4, 0xdc)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:184:1
|
184 | RIDL!{#[uuid(0x1c32f012, 0x2684, 0x3efe, 0x8d, 0x50, 0x9c, 0x29, 0x73, 0xac, 0xc0, 0x0b)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:232:1
|
232 | RIDL!{#[uuid(0xfa682f24, 0x3a3c, 0x390d, 0xb8, 0xa2, 0x96, 0xf1, 0x10, 0x6f, 0x4b, 0x37)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:244:1
|
244 | RIDL!{#[uuid(0x23ed2454, 0x6899, 0x3c28, 0xba, 0xb7, 0x6e, 0xc8, 0x66, 0x83, 0x96, 0x4a)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:259:1
|
259 | RIDL!{#[uuid(0x4042bd4d, 0xb5ab, 0x30e8, 0x91, 0x9b, 0x14, 0x91, 0x06, 0x87, 0xba, 0xae)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:299:1
|
299 | RIDL!{#[uuid(0xda295a1b, 0xc5bd, 0x3b34, 0x8a, 0xcd, 0x1d, 0x7d, 0x33, 0x4f, 0xfb, 0x7f)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:425:1
|
425 | RIDL!{#[uuid(0x6e70ed5f, 0x0439, 0x38ce, 0x83, 0xbb, 0x86, 0x0f, 0x14, 0x21, 0xf2, 0x9f)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:433:1
|
433 | RIDL!{#[uuid(0x8965a22f, 0xfba8, 0x36ad, 0x81, 0x32, 0x70, 0xbb, 0xd0, 0xda, 0x45, 0x7d)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:442:1
|
442 | RIDL!{#[uuid(0xe97aa6e5, 0x595e, 0x31c3, 0x82, 0xf0, 0x68, 0x8f, 0xb9, 0x19, 0x54, 0xc6)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:466:1
|
466 | RIDL!{#[uuid(0xf4205a87, 0x4d46, 0x303d, 0xb1, 0xd9, 0x5a, 0x99, 0xf7, 0xc9, 0x0d, 0x30)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:481:1
|
481 | RIDL!{#[uuid(0x4283ca6c, 0xd291, 0x3481, 0x83, 0xc9, 0x95, 0x54, 0x48, 0x1f, 0xe8, 0x88)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:493:1
|
493 | RIDL!{#[uuid(0x601cd486, 0x04bf, 0x3213, 0x9e, 0xa9, 0x06, 0xeb, 0xe4, 0x35, 0x1d, 0x74)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:519:1
|
519 | RIDL!{#[uuid(0x3cc86595, 0xfeb5, 0x3ce9, 0xba, 0x14, 0xd0, 0x5c, 0x8d, 0xc3, 0x32, 0x1c)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:527:1
|
527 | RIDL!{#[uuid(0xa19b3fc6, 0xd680, 0x3dd4, 0xa1, 0x7a, 0xf5, 0x8a, 0x7d, 0x48, 0x14, 0x94)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:548:1
|
548 | RIDL!{#[uuid(0x60fc57b0, 0x4a46, 0x32a0, 0xa5, 0xb4, 0xb0, 0x5b, 0x0d, 0xe8, 0xe7, 0x81)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:557:1
|
557 | RIDL!{#[uuid(0x0f1284e6, 0x4399, 0x3963, 0x8d, 0xdd, 0xa6, 0xa4, 0x90, 0x4f, 0x66, 0xc8)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:565:1
|
565 | RIDL!{#[uuid(0x563581e8, 0xc86d, 0x39e2, 0xb2, 0xe8, 0x6c, 0x23, 0xf7, 0x98, 0x7a, 0x4b)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:581:1
|
581 | RIDL!{#[uuid(0x48ad41da, 0x0872, 0x31da, 0x98, 0x87, 0xf8, 0x1f, 0x21, 0x35, 0x27, 0xe6)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:599:1
|
599 | RIDL!{#[uuid(0xb90efaa6, 0x25e4, 0x33d2, 0xac, 0xa3, 0x94, 0xbf, 0x74, 0xdc, 0x4a, 0xb9)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:618:1
|
618 | RIDL!{#[uuid(0xca0ab564, 0xf5e9, 0x3a7f, 0xa8, 0x0b, 0xeb, 0x0a, 0xee, 0xfa, 0x44, 0xe9)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:622:1
|
622 | RIDL!{#[uuid(0x6d94b6f3, 0xda91, 0x3c2f, 0xb8, 0x76, 0x08, 0x37, 0x69, 0x66, 0x74, 0x68)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:626:1
|
626 | RIDL!{#[uuid(0x042b5200, 0x4317, 0x3e4d, 0xb6, 0x53, 0x7e, 0x9a, 0x08, 0xf1, 0xa5, 0xf2)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:631:1
|
631 | RIDL!{#[uuid(0x46527c03, 0xb144, 0x3cf0, 0x86, 0xb3, 0xb8, 0x77, 0x61, 0x48, 0xa6, 0xe9)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:635:1
|
635 | RIDL!{#[uuid(0x1e250ccd, 0xdc30, 0x3217, 0xa7, 0xe4, 0x14, 0x8f, 0x37, 0x5a, 0x00, 0x88)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:652:1
|
652 | RIDL!{#[uuid(0x1ac82fbe, 0x4ff0, 0x383c, 0xbb, 0xfd, 0xfe, 0x40, 0xec, 0xb3, 0x62, 0x8d)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:668:1
|
668 | RIDL!{#[uuid(0x00a358d4, 0x4d58, 0x3b9d, 0x8f, 0xb6, 0xfb, 0x7f, 0x6b, 0xc1, 0x71, 0x3b)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:676:1
|
676 | RIDL!{#[uuid(0x3677cbb0, 0x784d, 0x3c15, 0xbb, 0xc8, 0x75, 0xcd, 0x7d, 0xc3, 0x90, 0x1e)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:684:1
|
684 | RIDL!{#[uuid(0xcc18fd4d, 0xaa2d, 0x3ab4, 0x98, 0x48, 0x58, 0x4b, 0xba, 0xe4, 0xab, 0x44)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:701:1
|
701 | RIDL!{#[uuid(0x855e6566, 0x014a, 0x3fe8, 0xaa, 0x70, 0x1e, 0xac, 0x77, 0x1e, 0x3a, 0x88)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:712:1
|
712 | RIDL!{#[uuid(0x80031d2a, 0xad59, 0x3fb4, 0x97, 0xf3, 0xb8, 0x64, 0xd7, 0x1d, 0xa8, 0x6b)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:720:1
|
720 | RIDL!{#[uuid(0x4d125449, 0xba27, 0x3927, 0x85, 0x89, 0x3e, 0x1b, 0x34, 0xb6, 0x22, 0xe5)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:724:1
|
724 | RIDL!{#[uuid(0xf5006531, 0xd4d7, 0x319e, 0x9e, 0xda, 0x9b, 0x4b, 0x65, 0xad, 0x8d, 0x4f)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:732:1
|
732 | RIDL!{#[uuid(0xe699146c, 0x7793, 0x3455, 0x9b, 0xef, 0x96, 0x4c, 0x90, 0xd8, 0xf9, 0x95)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:778:1
|
778 | RIDL!{#[uuid(0x8abad867, 0xf515, 0x3cf6, 0xbb, 0x62, 0x5f, 0x0c, 0x88, 0xb3, 0xbb, 0x11)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:810:1
|
810 | RIDL!{#[uuid(0x139e041d, 0x0e41, 0x39f5, 0xa3, 0x02, 0xc4, 0x38, 0x7e, 0x9d, 0x0a, 0x6c)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:814:1
|
814 | RIDL!{#[uuid(0xd09d1e04, 0xd590, 0x39a3, 0xb5, 0x17, 0xb7, 0x34, 0xa4, 0x9a, 0x92, 0x77)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:818:1
|
818 | RIDL!{#[uuid(0x16fe0885, 0x9129, 0x3884, 0xa2, 0x32, 0x90, 0xb5, 0x8c, 0x5b, 0x2a, 0xa9)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:822:1
|
822 | RIDL!{#[uuid(0x2b67cece, 0x71c3, 0x36a9, 0xa1, 0x36, 0x92, 0x5c, 0xcc, 0x19, 0x35, 0xa8)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:826:1
|
826 | RIDL!{#[uuid(0xde8db6f8, 0xd101, 0x3a92, 0x8d, 0x1c, 0xe7, 0x2e, 0x5f, 0x10, 0xe9, 0x92)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:844:1
|
844 | RIDL!{#[uuid(0x6a6841df, 0x3287, 0x3d87, 0x80, 0x60, 0xce, 0x0b, 0x4c, 0x77, 0xd2, 0xa1)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:884:1
|
884 | RIDL!{#[uuid(0x308de042, 0xacc8, 0x32f8, 0xb6, 0x32, 0x7c, 0xb9, 0x79, 0x9d, 0x9a, 0xa6)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:892:1
|
892 | RIDL!{#[uuid(0x1a8b0de6, 0xb825, 0x38c5, 0xb7, 0x44, 0x8f, 0x93, 0x07, 0x5f, 0xd6, 0xfa)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:900:1
|
900 | RIDL!{#[uuid(0x941f8aaa, 0xa353, 0x3b1d, 0xa0, 0x19, 0x12, 0xe4, 0x43, 0x77, 0xf1, 0xcd)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:917:1
|
917 | RIDL!{#[uuid(0x10f1d605, 0xe201, 0x3145, 0xb7, 0xae, 0x3a, 0xd7, 0x46, 0x70, 0x19, 0x86)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:928:1
|
928 | RIDL!{#[uuid(0x4db956b7, 0x69d0, 0x312a, 0xaa, 0x75, 0x44, 0xfb, 0x55, 0xfd, 0x5d, 0x4b)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:937:1
|
937 | RIDL!{#[uuid(0x0caa23ec, 0xf78c, 0x39c9, 0x8d, 0x25, 0xb7, 0xa9, 0xce, 0x40, 0x97, 0xa7)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:946:1
|
946 | RIDL!{#[uuid(0xc74076bb, 0x8a2d, 0x3c20, 0xa5, 0x42, 0x62, 0x53, 0x29, 0xe9, 0xaf, 0x04)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:961:1
|
961 | RIDL!{#[uuid(0xa0fe9b86, 0x0c06, 0x32ce, 0x85, 0xfa, 0x2f, 0xf1, 0xb5, 0x86, 0x97, 0xfb)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:969:1
|
969 | RIDL!{#[uuid(0x2a6e91b9, 0xa874, 0x38e4, 0x99, 0xc2, 0xc5, 0xd8, 0x3d, 0x78, 0x14, 0x0d)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:980:1
|
980 | RIDL!{#[uuid(0x36936699, 0xfc79, 0x324d, 0xab, 0x43, 0xe3, 0x3c, 0x1f, 0x94, 0xe2, 0x63)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:984:1
|
984 | RIDL!{#[uuid(0x7499e7e8, 0xdf01, 0x3948, 0xb8, 0xd4, 0xfa, 0x4b, 0x96, 0x61, 0xd3, 0x6b)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:988:1
|
988 | RIDL!{#[uuid(0x9fb09782, 0x8d39, 0x3b0c, 0xb7, 0x9e, 0xf7, 0xa3, 0x7a, 0x65, 0xb3, 0xda)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:992:1
|
992 | RIDL!{#[uuid(0x4c482cc2, 0x68e9, 0x37c6, 0x83, 0x53, 0x9a, 0x94, 0xbd, 0x2d, 0x7f, 0x0b)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:996:1
|
996 | RIDL!{#[uuid(0xcf3edb7e, 0x0574, 0x3383, 0xa4, 0x4f, 0x29, 0x2f, 0x7c, 0x14, 0x5d, 0xb4)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1000:1
|
1000 | RIDL!{#[uuid(0x9cf4339a, 0x2911, 0x3b8a, 0x8f, 0x30, 0xe5, 0xc6, 0xb5, 0xbe, 0x9a, 0x29)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1004:1
|
1004 | RIDL!{#[uuid(0x152a6b4d, 0x09af, 0x3edf, 0x8c, 0xba, 0x11, 0x79, 0x7e, 0xee, 0xea, 0x4e)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1008:1
|
1008 | RIDL!{#[uuid(0xccf0139c, 0x79f7, 0x3d0a, 0xaf, 0xfe, 0x2b, 0x07, 0x62, 0xc6, 0x5b, 0x07)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1012:1
|
1012 | RIDL!{#[uuid(0x7eaba4e2, 0x1259, 0x3cf2, 0xb0, 0x84, 0x98, 0x54, 0x27, 0x8e, 0x58, 0x97)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1016:1
|
1016 | RIDL!{#[uuid(0x13ef674a, 0x6327, 0x3caf, 0x87, 0x72, 0xfa, 0x03, 0x95, 0x61, 0x26, 0x69)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1020:1
|
1020 | RIDL!{#[uuid(0xd1204423, 0x01f0, 0x336a, 0x89, 0x11, 0xa7, 0xe8, 0xfb, 0xe1, 0x85, 0xa3)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1024:1
|
1024 | RIDL!{#[uuid(0xd81130bf, 0xd627, 0x3b91, 0xa7, 0xc7, 0xce, 0xa5, 0x97, 0x09, 0x34, 0x64)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1028:1
|
1028 | RIDL!{#[uuid(0x1f9ec719, 0x343a, 0x3cb3, 0x80, 0x40, 0x39, 0x27, 0x62, 0x67, 0x77, 0xc1)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1032:1
|
1032 | RIDL!{#[uuid(0x98947cf0, 0x77e7, 0x328e, 0xb7, 0x09, 0x5d, 0xd1, 0xaa, 0x1c, 0x9c, 0x96)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1036:1
|
1036 | RIDL!{#[uuid(0x7a0325f0, 0x22c2, 0x31f9, 0x88, 0x23, 0x9b, 0x8a, 0xee, 0x94, 0x56, 0xb1)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1040:1
|
1040 | RIDL!{#[uuid(0x8e54a9cc, 0x7aa4, 0x34ca, 0x98, 0x5b, 0xbd, 0x7d, 0x75, 0x27, 0xb1, 0x10)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1044:1
|
1044 | RIDL!{#[uuid(0xdeece11f, 0xa893, 0x3e35, 0xa4, 0xc3, 0xda, 0xb7, 0xfa, 0x09, 0x11, 0xeb)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1048:1
|
1048 | RIDL!{#[uuid(0x5e6f9edb, 0x3ce1, 0x3a56, 0x86, 0xd9, 0xcd, 0x2d, 0xdf, 0x7a, 0x6f, 0xff)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1052:1
|
1052 | RIDL!{#[uuid(0x2c358e27, 0x8c1a, 0x3c03, 0xb0, 0x86, 0xa4, 0x04, 0x65, 0x62, 0x55, 0x57)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1056:1
|
1056 | RIDL!{#[uuid(0x124777b6, 0x0308, 0x3569, 0x97, 0xe5, 0xe6, 0xfe, 0x88, 0xea, 0xe4, 0xeb)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1066:1
|
1066 | RIDL!{#[uuid(0x6a5d38bc, 0x2789, 0x3546, 0x81, 0xa1, 0xf1, 0x0c, 0x0f, 0xb5, 0x93, 0x66)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1076:1
|
1076 | RIDL!{#[uuid(0xaf93163f, 0xc2f4, 0x3fab, 0x9f, 0xf1, 0x72, 0x8a, 0x7a, 0xaa, 0xd1, 0xcb)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1080:1
|
1080 | RIDL!{#[uuid(0x63e53e04, 0xd31b, 0x3099, 0x9f, 0x0c, 0xc7, 0xa1, 0xc8, 0x83, 0xc1, 0xd9)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1084:1
|
1084 | RIDL!{#[uuid(0xce59d7ad, 0x05ca, 0x33b4, 0xa1, 0xdd, 0x06, 0x02, 0x8d, 0x46, 0xe9, 0xd2)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1088:1
|
1088 | RIDL!{#[uuid(0x6e96aa70, 0x9ffb, 0x399d, 0x96, 0xbf, 0xa6, 0x84, 0x36, 0x09, 0x5c, 0x54)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1093:1
|
1093 | RIDL!{#[uuid(0xf4b8d231, 0x6028, 0x39ef, 0xb0, 0x17, 0x72, 0x98, 0x8a, 0x3f, 0x67, 0x66)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1097:1
|
1097 | RIDL!{#[uuid(0xcfd9ca27, 0xf0ba, 0x388a, 0xac, 0xde, 0xb7, 0xe2, 0x0f, 0xca, 0xd7, 0x9c)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1101:1
|
1101 | RIDL!{#[uuid(0x2f218f95, 0x4215, 0x3cc6, 0x8a, 0x51, 0xbd, 0x27, 0x70, 0xc0, 0x90, 0xe4)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1105:1
|
1105 | RIDL!{#[uuid(0x4db2c2b7, 0xcbc2, 0x3185, 0xb9, 0x66, 0x87, 0x5d, 0x46, 0x25, 0xb1, 0xa8)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1109:1
|
1109 | RIDL!{#[uuid(0xc991949b, 0xe623, 0x3f24, 0x88, 0x5c, 0xbb, 0xb0, 0x1f, 0xf4, 0x35, 0x64)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1113:1
|
1113 | RIDL!{#[uuid(0x77da3028, 0xbc45, 0x3e82, 0xbf, 0x76, 0x2c, 0x12, 0x3e, 0xe2, 0xc0, 0x21)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1117:1
|
1117 | RIDL!{#[uuid(0x9b012cf1, 0xacf6, 0x3389, 0xa3, 0x36, 0xc0, 0x23, 0x04, 0x0c, 0x62, 0xa2)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1121:1
|
1121 | RIDL!{#[uuid(0xdd7488a6, 0x1b3f, 0x3823, 0x95, 0x56, 0xc2, 0x77, 0x2b, 0x15, 0x15, 0x0f)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1125:1
|
1125 | RIDL!{#[uuid(0x3612706e, 0x0239, 0x35fd, 0xb9, 0x00, 0x08, 0x19, 0xd1, 0x6d, 0x44, 0x2d)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1129:1
|
1129 | RIDL!{#[uuid(0xa902a192, 0x49ba, 0x3ec8, 0xb4, 0x44, 0xaf, 0x5f, 0x77, 0x43, 0xf6, 0x1a)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1133:1
|
1133 | RIDL!{#[uuid(0xf98bce04, 0x4a4b, 0x398c, 0xa5, 0x12, 0xfd, 0x83, 0x48, 0xd5, 0x1e, 0x3b)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1137:1
|
1137 | RIDL!{#[uuid(0xf036bca4, 0xf8df, 0x3682, 0x82, 0x90, 0x75, 0x28, 0x5c, 0xe7, 0x45, 0x6c)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1141:1
|
1141 | RIDL!{#[uuid(0x6d4b6adb, 0xb9fa, 0x3809, 0xb5, 0xea, 0xfa, 0x57, 0xb5, 0x6c, 0x54, 0x6f)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1145:1
|
1145 | RIDL!{#[uuid(0x1dd627fc, 0x89e3, 0x384f, 0xbb, 0x9d, 0x58, 0xcb, 0x4e, 0xfb, 0x94, 0x56)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1149:1
|
1149 | RIDL!{#[uuid(0xbf1af177, 0x94ca, 0x3e6d, 0x9d, 0x91, 0x55, 0xcf, 0x9e, 0x85, 0x9d, 0x22)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1153:1
|
1153 | RIDL!{#[uuid(0xc2a10f3a, 0x356a, 0x3c77, 0xaa, 0xb9, 0x89, 0x91, 0xd7, 0x3a, 0x25, 0x61)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1157:1
|
1157 | RIDL!{#[uuid(0x6b3f9834, 0x1725, 0x38c5, 0x95, 0x5e, 0x20, 0xf0, 0x51, 0xd0, 0x67, 0xbd)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1161:1
|
1161 | RIDL!{#[uuid(0x7386f4d7, 0x7c11, 0x389f, 0xbb, 0x75, 0x89, 0x57, 0x14, 0xb1, 0x2b, 0xb5)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1165:1
|
1165 | RIDL!{#[uuid(0x3eb1d909, 0xe8bf, 0x3c6b, 0xad, 0xa5, 0x0e, 0x86, 0xe3, 0x1e, 0x18, 0x6e)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1169:1
|
1169 | RIDL!{#[uuid(0x160d517f, 0xf175, 0x3b61, 0x82, 0x64, 0x6d, 0x23, 0x05, 0xb8, 0x24, 0x6c)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1173:1
|
1173 | RIDL!{#[uuid(0x3025f666, 0x7891, 0x33d7, 0xaa, 0xcd, 0x23, 0xd1, 0x69, 0xef, 0x35, 0x4e)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1177:1
|
1177 | RIDL!{#[uuid(0x0d9f1b65, 0x6d27, 0x3e9f, 0xba, 0xf3, 0x05, 0x97, 0x83, 0x7e, 0x0f, 0x33)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1181:1
|
1181 | RIDL!{#[uuid(0xbdeea460, 0x8241, 0x3b41, 0x9e, 0xd3, 0x6e, 0x3e, 0x99, 0x77, 0xac, 0x7f)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1185:1
|
1185 | RIDL!{#[uuid(0xd345a42b, 0xcfe0, 0x3eee, 0x86, 0x1c, 0xf3, 0x32, 0x28, 0x12, 0xb3, 0x88)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1189:1
|
1189 | RIDL!{#[uuid(0x82d6b3bf, 0xa633, 0x3b3b, 0xa0, 0x9e, 0x23, 0x63, 0xe4, 0xb2, 0x4a, 0x41)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1193:1
|
1193 | RIDL!{#[uuid(0x67388f3f, 0xb600, 0x3bcf, 0x84, 0xaa, 0xbb, 0x2b, 0x88, 0xdd, 0x9e, 0xe2)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1197:1
|
1197 | RIDL!{#[uuid(0x24ae6464, 0x2834, 0x32cd, 0x83, 0xd6, 0xfa, 0x06, 0x95, 0x3d, 0xe6, 0x2a)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1201:1
|
1201 | RIDL!{#[uuid(0x29dc56cf, 0xb981, 0x3432, 0x97, 0xc8, 0x36, 0x80, 0xab, 0x6d, 0x86, 0x2d)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1205:1
|
1205 | RIDL!{#[uuid(0x7cefc46e, 0x16e0, 0x3e65, 0x9c, 0x38, 0x55, 0xb4, 0x34, 0x2b, 0xa7, 0xf0)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1209:1
|
1209 | RIDL!{#[uuid(0x8d5f5811, 0xffa1, 0x3306, 0x93, 0xe3, 0x8a, 0xfc, 0x57, 0x2b, 0x9b, 0x82)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1213:1
|
1213 | RIDL!{#[uuid(0xebe3746d, 0xddec, 0x3d23, 0x8e, 0x8d, 0x93, 0x61, 0xba, 0x87, 0xba, 0xc6)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1217:1
|
1217 | RIDL!{#[uuid(0x07f92156, 0x398a, 0x3548, 0x90, 0xb7, 0x2e, 0x58, 0x02, 0x63, 0x53, 0xd0)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1221:1
|
1221 | RIDL!{#[uuid(0xe5a5f1e4, 0x82c1, 0x391f, 0xa1, 0xc6, 0xf3, 0x9e, 0xae, 0x9d, 0xc7, 0x2f)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1225:1
|
1225 | RIDL!{#[uuid(0xfa047cbd, 0x9ba5, 0x3a13, 0x9b, 0x1f, 0x66, 0x94, 0xd6, 0x22, 0xcd, 0x76)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1229:1
|
1229 | RIDL!{#[uuid(0x8d520d10, 0x0b8a, 0x3553, 0x88, 0x74, 0xd3, 0x0a, 0x4a, 0xd2, 0xff, 0x4c)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1233:1
|
1233 | RIDL!{#[uuid(0x3410e0fb, 0x636f, 0x3cd1, 0x80, 0x45, 0x39, 0x93, 0xca, 0x11, 0x3f, 0x25)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1237:1
|
1237 | RIDL!{#[uuid(0xdc77f976, 0x318d, 0x3a1a, 0x9b, 0x60, 0xab, 0xb9, 0xdd, 0x94, 0x06, 0xd6)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1241:1
|
1241 | RIDL!{#[uuid(0xff0bf77d, 0x8f81, 0x3d31, 0xa3, 0xbb, 0x6f, 0x54, 0x44, 0x0f, 0xa7, 0xe5)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1245:1
|
1245 | RIDL!{#[uuid(0x8897d14b, 0x7fb3, 0x3d8b, 0x9e, 0xe4, 0x22, 0x1c, 0x3d, 0xba, 0xd6, 0xfe)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1249:1
|
1249 | RIDL!{#[uuid(0x9717176d, 0x1179, 0x3487, 0x88, 0x49, 0xcf, 0x5f, 0x63, 0xde, 0x35, 0x6e)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1253:1
|
1253 | RIDL!{#[uuid(0xe5c659f6, 0x92c8, 0x3887, 0xa0, 0x7e, 0x74, 0xd0, 0xd9, 0xc6, 0x26, 0x7a)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1257:1
|
1257 | RIDL!{#[uuid(0xd2ba71cc, 0x1b3d, 0x3966, 0xa0, 0xd7, 0xc6, 0x1e, 0x95, 0x7a, 0xd3, 0x25)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1261:1
|
1261 | RIDL!{#[uuid(0x665c9669, 0xb9c6, 0x3add, 0x92, 0x13, 0x09, 0x9f, 0x01, 0x27, 0xc8, 0x93)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1265:1
|
1265 | RIDL!{#[uuid(0x8e21ce22, 0x4f17, 0x347b, 0xb3, 0xb5, 0x6a, 0x6d, 0xf3, 0xe0, 0xe5, 0x8a)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1269:1
|
1269 | RIDL!{#[uuid(0x1e4d31a2, 0x63ea, 0x397a, 0xa7, 0x7e, 0xb2, 0x0a, 0xd8, 0x7a, 0x96, 0x14)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1273:1
|
1273 | RIDL!{#[uuid(0x40e5451f, 0xb237, 0x33f8, 0x94, 0x5b, 0x02, 0x30, 0xdb, 0x70, 0x0b, 0xbb)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1277:1
|
1277 | RIDL!{#[uuid(0xecbe2313, 0xcf41, 0x34b4, 0x9f, 0xd0, 0xb6, 0xcd, 0x60, 0x2b, 0x02, 0x3f)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1281:1
|
1281 | RIDL!{#[uuid(0x17b730ba, 0x45ef, 0x3ddf, 0x9f, 0x8d, 0xa4, 0x90, 0xba, 0xc7, 0x31, 0xf4)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1285:1
|
1285 | RIDL!{#[uuid(0xe84307be, 0x3036, 0x307a, 0xac, 0xc2, 0x5d, 0x5d, 0xe8, 0xa0, 0x06, 0xa8)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1289:1
|
1289 | RIDL!{#[uuid(0x9e230640, 0xa5d0, 0x30e1, 0xb2, 0x17, 0x9d, 0x2b, 0x6c, 0xc0, 0xfc, 0x40)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1293:1
|
1293 | RIDL!{#[uuid(0x9df9af5a, 0x7853, 0x3d55, 0x9b, 0x48, 0xbd, 0x1f, 0x5d, 0x83, 0x67, 0xab)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1297:1
|
1297 | RIDL!{#[uuid(0x37c69a5d, 0x7619, 0x3a0f, 0xa9, 0x6b, 0x9c, 0x95, 0x78, 0xae, 0x00, 0xef)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1301:1
|
1301 | RIDL!{#[uuid(0xd54500ae, 0x8cf4, 0x3092, 0x90, 0x54, 0x90, 0xdc, 0x91, 0xac, 0x65, 0xc9)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1305:1
|
1305 | RIDL!{#[uuid(0x1eb8340b, 0x8190, 0x3d9d, 0x92, 0xf8, 0x51, 0x24, 0x4b, 0x98, 0x04, 0xc5)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1309:1
|
1309 | RIDL!{#[uuid(0x0f240708, 0x629a, 0x31ab, 0x94, 0xa5, 0x2b, 0xb4, 0x76, 0xfe, 0x17, 0x83)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1313:1
|
1313 | RIDL!{#[uuid(0x871ddc46, 0xb68e, 0x3fee, 0xa0, 0x9a, 0xc8, 0x08, 0xb0, 0xf8, 0x27, 0xe6)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1317:1
|
1317 | RIDL!{#[uuid(0x0c4e9393, 0xdab1, 0x3f92, 0xb3, 0x6b, 0xd9, 0xb9, 0x58, 0xac, 0xaa, 0xf9)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1321:1
|
1321 | RIDL!{#[uuid(0x1b96e53c, 0x4028, 0x38bc, 0x9d, 0xc3, 0x8d, 0x7a, 0x95, 0x55, 0xc3, 0x11)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1325:1
|
1325 | RIDL!{#[uuid(0x85d72f83, 0xbe91, 0x3cb1, 0xb4, 0xf0, 0x76, 0xb5, 0x6f, 0xf0, 0x40, 0x33)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1329:1
|
1329 | RIDL!{#[uuid(0xc02468d1, 0x8713, 0x3225, 0xbd, 0xa3, 0x49, 0xb2, 0xfe, 0x37, 0xdd, 0xbb)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1333:1
|
1333 | RIDL!{#[uuid(0x7ab88ca9, 0x17f4, 0x385e, 0xad, 0x41, 0x4e, 0xe0, 0xaa, 0x31, 0x6f, 0xa1)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1337:1
|
1337 | RIDL!{#[uuid(0xfeb0323d, 0x8ce4, 0x36a4, 0xa4, 0x1e, 0x0b, 0xa0, 0xc3, 0x2e, 0x1a, 0x6a)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1341:1
|
1341 | RIDL!{#[uuid(0x6193c5f6, 0x6807, 0x3561, 0xa7, 0xf3, 0xb6, 0x4c, 0x80, 0xb5, 0xf0, 0x0f)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1345:1
|
1345 | RIDL!{#[uuid(0xa218e20a, 0x0905, 0x3741, 0xb0, 0xb3, 0x9e, 0x31, 0x93, 0x16, 0x2e, 0x50)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1349:1
|
1349 | RIDL!{#[uuid(0x84199e64, 0x439c, 0x3011, 0xb2, 0x49, 0x3c, 0x90, 0x65, 0x73, 0x5a, 0xdb)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1353:1
|
1353 | RIDL!{#[uuid(0x011a90c5, 0x4910, 0x3c29, 0xbb, 0xb7, 0x50, 0xd0, 0x5c, 0xcb, 0xaa, 0x4a)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1357:1
|
1357 | RIDL!{#[uuid(0xc5df3568, 0xc251, 0x3c58, 0xaf, 0xb4, 0x32, 0xe7, 0x9e, 0x82, 0x61, 0xf0)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1361:1
|
1361 | RIDL!{#[uuid(0x40dfc50a, 0xe93a, 0x3c08, 0xb9, 0xef, 0xe2, 0xb4, 0xf2, 0x8b, 0x56, 0x76)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1365:1
|
1365 | RIDL!{#[uuid(0x11ab34e7, 0x0176, 0x3c9e, 0x9e, 0xfe, 0x19, 0x78, 0x58, 0x40, 0x0a, 0x3d)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1386:1
|
1386 | RIDL!{#[uuid(0xe142db4a, 0x1a52, 0x34ce, 0x96, 0x5e, 0x13, 0xaf, 0xfd, 0x54, 0x47, 0xd0)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1390:1
|
1390 | RIDL!{#[uuid(0x3f243ebd, 0x612f, 0x3db8, 0x9e, 0x03, 0xbd, 0x92, 0x34, 0x3a, 0x83, 0x71)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1394:1
|
1394 | RIDL!{#[uuid(0x56d201f1, 0x3e5d, 0x39d9, 0xb5, 0xde, 0x06, 0x47, 0x10, 0x81, 0x89, 0x05)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1398:1
|
1398 | RIDL!{#[uuid(0xc0bb9361, 0x268f, 0x3e72, 0xbf, 0x6f, 0x41, 0x20, 0x17, 0x5a, 0x15, 0x00)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1402:1
|
1402 | RIDL!{#[uuid(0xee22485e, 0x4c45, 0x3c9d, 0x90, 0x27, 0xa8, 0xd6, 0x1c, 0x5f, 0x53, 0xf2)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1406:1
|
1406 | RIDL!{#[uuid(0x36cb559b, 0x87c6, 0x3ad2, 0x92, 0x25, 0x62, 0xa7, 0xed, 0x49, 0x9b, 0x37)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1410:1
|
1410 | RIDL!{#[uuid(0xdd846fcc, 0x8d04, 0x3665, 0x81, 0xb6, 0xaa, 0xcb, 0xe9, 0x9c, 0x19, 0xc3)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1414:1
|
1414 | RIDL!{#[uuid(0xad89b568, 0x4fd4, 0x3f8d, 0x83, 0x27, 0xb3, 0x96, 0xb2, 0x0a, 0x46, 0x0e)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1418:1
|
1418 | RIDL!{#[uuid(0x87f55344, 0x17e0, 0x30fd, 0x8e, 0xb9, 0x38, 0xea, 0xf6, 0xa1, 0x9b, 0x3f)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1422:1
|
1422 | RIDL!{#[uuid(0x95b525db, 0x6b81, 0x3cdc, 0x8f, 0xe7, 0x71, 0x3f, 0x7f, 0xc7, 0x93, 0xc0)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1426:1
|
1426 | RIDL!{#[uuid(0xb9e07599, 0x7c44, 0x33be, 0xa7, 0x0e, 0xef, 0xa1, 0x6f, 0x51, 0xf5, 0x4a)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1430:1
|
1430 | RIDL!{#[uuid(0x64409425, 0xf8c9, 0x370e, 0x80, 0x9e, 0x32, 0x41, 0xce, 0x80, 0x45, 0x41)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1434:1
|
1434 | RIDL!{#[uuid(0xce949142, 0x4d4c, 0x358d, 0x89, 0xa9, 0xe6, 0x9a, 0x53, 0x1a, 0xa3, 0x63)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1438:1
|
1438 | RIDL!{#[uuid(0xf078f795, 0xf452, 0x3d2d, 0x8c, 0xc8, 0x16, 0xd6, 0x6a, 0xe4, 0x6c, 0x67)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1442:1
|
1442 | RIDL!{#[uuid(0xbbae942d, 0xbff4, 0x36e2, 0xa3, 0xbc, 0x50, 0x8b, 0xb3, 0x80, 0x1f, 0x4f)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1446:1
|
1446 | RIDL!{#[uuid(0xb45bbd7e, 0xa977, 0x3f56, 0xa6, 0x26, 0x7a, 0x69, 0x3e, 0x5d, 0xbb, 0xc5)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1450:1
|
1450 | RIDL!{#[uuid(0xa13a41cf, 0xe066, 0x3b90, 0x82, 0xf4, 0x73, 0x10, 0x91, 0x04, 0xe3, 0x48)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1454:1
|
1454 | RIDL!{#[uuid(0xa6b94b6d, 0x854e, 0x3172, 0xa4, 0xec, 0xa1, 0x7e, 0xdd, 0x16, 0xf8, 0x5e)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1458:1
|
1458 | RIDL!{#[uuid(0x81456e86, 0x22af, 0x31d1, 0xa9, 0x1a, 0x9c, 0x37, 0x0c, 0x0e, 0x25, 0x30)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1462:1
|
1462 | RIDL!{#[uuid(0x3741bc6f, 0x101b, 0x36d7, 0xa9, 0xd5, 0x03, 0xfc, 0xc0, 0xec, 0xda, 0x35)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1466:1
|
1466 | RIDL!{#[uuid(0xb49a029b, 0x406b, 0x3b1e, 0x88, 0xe4, 0xf8, 0x66, 0x90, 0xd2, 0x03, 0x64)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1470:1
|
1470 | RIDL!{#[uuid(0xea6795ac, 0x97d6, 0x3377, 0xbe, 0x64, 0x82, 0x9a, 0xbd, 0x67, 0x60, 0x7b)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1474:1
|
1474 | RIDL!{#[uuid(0x0422b845, 0xb636, 0x3688, 0x8f, 0x61, 0x9b, 0x6d, 0x93, 0x09, 0x63, 0x36)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1478:1
|
1478 | RIDL!{#[uuid(0xb7d29e26, 0x7798, 0x3fa4, 0x90, 0xf4, 0xe6, 0xa2, 0x2d, 0x20, 0x99, 0xf9)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1482:1
|
1482 | RIDL!{#[uuid(0xddd44da2, 0xbc6b, 0x3620, 0x93, 0x17, 0xc0, 0x37, 0x29, 0x68, 0xc7, 0x41)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1486:1
|
1486 | RIDL!{#[uuid(0xbd32d878, 0xa59b, 0x3e5c, 0xbf, 0xe0, 0xa9, 0x6b, 0x1a, 0x1e, 0x9d, 0x6f)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1490:1
|
1490 | RIDL!{#[uuid(0x3a7d3ca4, 0xb7d1, 0x3a2a, 0x80, 0x0c, 0x8f, 0xc2, 0xac, 0xfc, 0xbd, 0xa4)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1494:1
|
1494 | RIDL!{#[uuid(0x401f89cb, 0xc127, 0x3041, 0x82, 0xfd, 0xb6, 0x70, 0x35, 0x39, 0x5c, 0x56)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1498:1
|
1498 | RIDL!{#[uuid(0xf145c46a, 0xd170, 0x3170, 0xb5, 0x2f, 0x46, 0x78, 0xdf, 0xca, 0x03, 0x00)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1502:1
|
1502 | RIDL!{#[uuid(0xab538809, 0x3c2f, 0x35d9, 0x80, 0xe6, 0x7b, 0xad, 0x54, 0x04, 0x84, 0xa1)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1506:1
|
1506 | RIDL!{#[uuid(0x8064a157, 0xb5c8, 0x3a4a, 0xad, 0x3d, 0x02, 0xdc, 0x1a, 0x39, 0xc4, 0x17)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1510:1
|
1510 | RIDL!{#[uuid(0xd25a197e, 0x3e69, 0x3271, 0xa9, 0x89, 0x23, 0xd8, 0x5e, 0x97, 0xf9, 0x20)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1514:1
|
1514 | RIDL!{#[uuid(0x56421139, 0xa143, 0x3ae9, 0x98, 0x52, 0x1d, 0xbd, 0xfe, 0x3d, 0x6b, 0xfa)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1518:1
|
1518 | RIDL!{#[uuid(0x84e7ac09, 0x795a, 0x3ea9, 0xa3, 0x6a, 0x5b, 0x81, 0xeb, 0xab, 0x05, 0x58)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1522:1
|
1522 | RIDL!{#[uuid(0x8039c41f, 0x4399, 0x38a2, 0x99, 0xb7, 0xd2, 0x34, 0xb5, 0xcf, 0x7a, 0x7b)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1526:1
|
1526 | RIDL!{#[uuid(0xe40a025c, 0x645b, 0x3c8e, 0xa1, 0xac, 0x9c, 0x5c, 0xca, 0x27, 0x96, 0x25)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1530:1
|
1530 | RIDL!{#[uuid(0xa9b4786c, 0x08e3, 0x344f, 0xa6, 0x51, 0x2f, 0x99, 0x26, 0xde, 0xac, 0x5e)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1534:1
|
1534 | RIDL!{#[uuid(0x3344e8b4, 0xa5c3, 0x3882, 0x8d, 0x30, 0x63, 0x79, 0x24, 0x85, 0xec, 0xcf)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1538:1
|
1538 | RIDL!{#[uuid(0xb3276180, 0xb23e, 0x3034, 0xb1, 0x8f, 0xe0, 0x12, 0x2b, 0xa4, 0xe4, 0xcf)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1542:1
|
1542 | RIDL!{#[uuid(0x55b6903b, 0x55fe, 0x35e0, 0x80, 0x4f, 0xe4, 0x2a, 0x09, 0x6d, 0x2e, 0xb0)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1546:1
|
1546 | RIDL!{#[uuid(0xcc6dcafd, 0x0185, 0x308a, 0x89, 0x1c, 0x83, 0x81, 0x2f, 0xe5, 0x74, 0xe7)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1550:1
|
1550 | RIDL!{#[uuid(0x428e3627, 0x2b1f, 0x302c, 0xa7, 0xe6, 0x63, 0x88, 0xcd, 0x53, 0x5e, 0x75)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1554:1
|
1554 | RIDL!{#[uuid(0xa3fc6319, 0x7355, 0x3d7d, 0x86, 0x21, 0xb5, 0x98, 0x56, 0x11, 0x52, 0xfc)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1558:1
|
1558 | RIDL!{#[uuid(0x404fafdd, 0x1e3f, 0x3602, 0xbf, 0xf6, 0x75, 0x5c, 0x00, 0x61, 0x3e, 0xd8)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1562:1
|
1562 | RIDL!{#[uuid(0x22fdabc0, 0xeec7, 0x33e0, 0xb4, 0xf2, 0xf3, 0xb7, 0x39, 0xe1, 0x9a, 0x5e)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1566:1
|
1566 | RIDL!{#[uuid(0xe19ea1a2, 0x67ff, 0x31a5, 0xb9, 0x5c, 0xe0, 0xb7, 0x53, 0x40, 0x3f, 0x6b)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1570:1
|
1570 | RIDL!{#[uuid(0x9a2669ec, 0xff84, 0x3726, 0x89, 0xa0, 0x66, 0x3a, 0x3e, 0xf3, 0xb5, 0xcd)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1574:1
|
1574 | RIDL!{#[uuid(0x0e9b8e47, 0xca67, 0x38b6, 0xb9, 0xdb, 0x2c, 0x42, 0xee, 0x75, 0x7b, 0x08)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1578:1
|
1578 | RIDL!{#[uuid(0x5141d79c, 0x7b01, 0x37da, 0xb7, 0xe9, 0x53, 0xe5, 0xa2, 0x71, 0xba, 0xf8)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1582:1
|
1582 | RIDL!{#[uuid(0x22bb8891, 0xfd21, 0x313d, 0x92, 0xe4, 0x8a, 0x89, 0x2d, 0xc0, 0xb3, 0x9c)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1586:1
|
1586 | RIDL!{#[uuid(0x01364e7b, 0xc983, 0x3651, 0xb7, 0xd8, 0xfd, 0x1b, 0x64, 0xfc, 0x0e, 0x00)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1590:1
|
1590 | RIDL!{#[uuid(0x81aa0d59, 0xc3b1, 0x36a3, 0xb2, 0xe7, 0x05, 0x49, 0x28, 0xfb, 0xfc, 0x1a)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1594:1
|
1594 | RIDL!{#[uuid(0x05532e88, 0xe0f2, 0x3263, 0x9b, 0x57, 0x80, 0x5a, 0xc6, 0xb6, 0xbb, 0x72)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1598:1
|
1598 | RIDL!{#[uuid(0x6163f792, 0x3cd6, 0x38f1, 0xb5, 0xf7, 0x00, 0x0b, 0x96, 0xa5, 0x08, 0x2b)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1602:1
|
1602 | RIDL!{#[uuid(0x64c26bf9, 0xc9e5, 0x3f66, 0xad, 0x74, 0xbe, 0xba, 0xad, 0xe3, 0x62, 0x14)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1606:1
|
1606 | RIDL!{#[uuid(0xde10d587, 0xa188, 0x3dcb, 0x80, 0x00, 0x92, 0xdf, 0xdb, 0x9b, 0x80, 0x21)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1610:1
|
1610 | RIDL!{#[uuid(0xc6802233, 0xef82, 0x3c91, 0xad, 0x72, 0xb3, 0xa5, 0xd7, 0x23, 0x0e, 0xd5)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1614:1
|
1614 | RIDL!{#[uuid(0x6b2c0bc4, 0xddb7, 0x38ea, 0x8a, 0x86, 0xf0, 0xb5, 0x9e, 0x19, 0x28, 0x16)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1618:1
|
1618 | RIDL!{#[uuid(0xdf44cad3, 0xcef2, 0x36a9, 0xb0, 0x13, 0x38, 0x3c, 0xc0, 0x31, 0x77, 0xd7)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1622:1
|
1622 | RIDL!{#[uuid(0x746d1d1e, 0xee37, 0x393b, 0xb6, 0xfa, 0xe3, 0x87, 0xd3, 0x75, 0x53, 0xaa)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1626:1
|
1626 | RIDL!{#[uuid(0x04311d35, 0x75ec, 0x347b, 0xbe, 0xdf, 0x96, 0x94, 0x87, 0xce, 0x40, 0x14)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1630:1
|
1630 | RIDL!{#[uuid(0xc6f5946c, 0x143a, 0x3747, 0xa7, 0xc0, 0xab, 0xfa, 0xda, 0x6b, 0xde, 0xb7)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1634:1
|
1634 | RIDL!{#[uuid(0xb101fe3c, 0x4479, 0x311a, 0xa9, 0x45, 0x12, 0x25, 0xee, 0x17, 0x31, 0xe8)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1638:1
|
1638 | RIDL!{#[uuid(0x177c4e63, 0x9e0b, 0x354d, 0x83, 0x8b, 0xb5, 0x2a, 0xa8, 0x68, 0x3e, 0xf6)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1642:1
|
1642 | RIDL!{#[uuid(0xa1693c5c, 0x101f, 0x3557, 0x94, 0xdb, 0xc4, 0x80, 0xce, 0xb4, 0xc1, 0x6b)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1646:1
|
1646 | RIDL!{#[uuid(0xa9fcda18, 0xc237, 0x3c6f, 0xa6, 0xef, 0x74, 0x9b, 0xe2, 0x2b, 0xa2, 0xbf)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1650:1
|
1650 | RIDL!{#[uuid(0x6cf1c077, 0xc974, 0x38e1, 0x90, 0xa4, 0x97, 0x6e, 0x48, 0x35, 0xe1, 0x65)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1654:1
|
1654 | RIDL!{#[uuid(0x57b849aa, 0xd8ef, 0x3ea6, 0x95, 0x38, 0xc5, 0xb4, 0xd4, 0x98, 0xc2, 0xf7)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1658:1
|
1658 | RIDL!{#[uuid(0x0ecd8635, 0xf5eb, 0x3e4a, 0x89, 0x89, 0x4d, 0x68, 0x4d, 0x67, 0xc4, 0x8a)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1662:1
|
1662 | RIDL!{#[uuid(0x322a304d, 0x11ac, 0x3814, 0xa9, 0x05, 0xa0, 0x19, 0xf6, 0xe3, 0xda, 0xe9)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1666:1
|
1666 | RIDL!{#[uuid(0xfe52f19a, 0x8aa8, 0x309c, 0xbf, 0x99, 0x9d, 0x0a, 0x56, 0x6f, 0xb7, 0x6a)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1670:1
|
1670 | RIDL!{#[uuid(0x1660eb67, 0xee41, 0x363e, 0xbe, 0xb0, 0xc2, 0xde, 0x09, 0x21, 0x4a, 0xbf)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1674:1
|
1674 | RIDL!{#[uuid(0xf4e5539d, 0x0a65, 0x3073, 0xbf, 0x27, 0x8d, 0xce, 0x8e, 0xf1, 0xde, 0xf1)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1678:1
|
1678 | RIDL!{#[uuid(0xc462b072, 0xfe6e, 0x3bdc, 0x9f, 0xab, 0x4c, 0xdb, 0xfc, 0xbc, 0xd1, 0x24)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1682:1
|
1682 | RIDL!{#[uuid(0xe6df0ae7, 0xba15, 0x3f80, 0x8a, 0xfa, 0x27, 0x77, 0x3a, 0xe4, 0x14, 0xfc)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1686:1
|
1686 | RIDL!{#[uuid(0x3188878c, 0xdeb3, 0x3558, 0x80, 0xe8, 0x84, 0xe9, 0xed, 0x95, 0xf9, 0x2c)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1690:1
|
1690 | RIDL!{#[uuid(0xfae5d9b7, 0x40c1, 0x3de1, 0xbe, 0x06, 0xa9, 0x1c, 0x9d, 0xa1, 0xba, 0x9f)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1694:1
|
1694 | RIDL!{#[uuid(0x0c48f55d, 0x5240, 0x30c7, 0xa8, 0xf1, 0xaf, 0x87, 0xa6, 0x40, 0xce, 0xfe)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1698:1
|
1698 | RIDL!{#[uuid(0x8a5f0da2, 0x7b43, 0x3767, 0xb6, 0x23, 0x24, 0x24, 0xcf, 0x7c, 0xd2, 0x68)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1702:1
|
1702 | RIDL!{#[uuid(0x71fb8dcf, 0x3fa7, 0x3483, 0x84, 0x64, 0x9d, 0x82, 0x00, 0xe5, 0x7c, 0x43)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1706:1
|
1706 | RIDL!{#[uuid(0x643a4016, 0x1b16, 0x3ccf, 0xae, 0x86, 0x9c, 0x2d, 0x91, 0x35, 0xec, 0xb0)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1710:1
|
1710 | RIDL!{#[uuid(0xb072efe2, 0xc943, 0x3977, 0xbf, 0xd9, 0x91, 0xd5, 0x23, 0x2b, 0x0d, 0x53)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1714:1
|
1714 | RIDL!{#[uuid(0xf2ecd8ca, 0x91a2, 0x31e8, 0xb8, 0x08, 0xe0, 0x28, 0xb4, 0xf5, 0xca, 0x67)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1718:1
|
1718 | RIDL!{#[uuid(0xf0deafe9, 0x5eba, 0x3737, 0x99, 0x50, 0xc1, 0x79, 0x57, 0x39, 0xcd, 0xcd)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1722:1
|
1722 | RIDL!{#[uuid(0x22c26a41, 0x5fa3, 0x34e3, 0xa7, 0x6f, 0xba, 0x48, 0x02, 0x52, 0xd8, 0xec)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1726:1
|
1726 | RIDL!{#[uuid(0xfc4963cb, 0xe52b, 0x32d8, 0xa4, 0x18, 0xd0, 0x58, 0xfa, 0x51, 0xa1, 0xfa)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1730:1
|
1730 | RIDL!{#[uuid(0x98b1524d, 0xda12, 0x3c4b, 0x8a, 0x69, 0x75, 0x39, 0xa6, 0xde, 0xc4, 0xfa)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1734:1
|
1734 | RIDL!{#[uuid(0xa90106ed, 0x9099, 0x3329, 0x8a, 0x5a, 0x20, 0x44, 0xb3, 0xd8, 0x55, 0x2b)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1738:1
|
1738 | RIDL!{#[uuid(0x6032b3cd, 0x9bed, 0x351c, 0xa1, 0x45, 0x9d, 0x50, 0x0b, 0x0f, 0x63, 0x6f)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1742:1
|
1742 | RIDL!{#[uuid(0x34e00ef9, 0x83e2, 0x3bbc, 0xb6, 0xaf, 0x4c, 0xae, 0x70, 0x38, 0x38, 0xbd)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1746:1
|
1746 | RIDL!{#[uuid(0xe1817846, 0x3745, 0x3c97, 0xb4, 0xa6, 0xee, 0x20, 0xa1, 0x64, 0x1b, 0x29)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1750:1
|
1750 | RIDL!{#[uuid(0x3faa35ee, 0xc867, 0x3e2e, 0xbf, 0x48, 0x2d, 0xa2, 0x71, 0xf8, 0x83, 0x03)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1754:1
|
1754 | RIDL!{#[uuid(0xf859954a, 0x78cf, 0x3d00, 0x86, 0xab, 0xef, 0x66, 0x1e, 0x6a, 0x4b, 0x8d)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1758:1
|
1758 | RIDL!{#[uuid(0xfeca70d4, 0xae27, 0x3d94, 0x93, 0xdd, 0xa9, 0x0f, 0x02, 0xe2, 0x99, 0xd5)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1762:1
|
1762 | RIDL!{#[uuid(0x9ec28d2c, 0x04c0, 0x35f3, 0xa7, 0xee, 0x00, 0x13, 0x27, 0x1f, 0xf6, 0x5e)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1766:1
|
1766 | RIDL!{#[uuid(0x547bf8cd, 0xf2a8, 0x3b41, 0x96, 0x6d, 0x98, 0xdb, 0x33, 0xde, 0xd0, 0x6d)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1770:1
|
1770 | RIDL!{#[uuid(0xf5aef88f, 0x9ac4, 0x320c, 0x95, 0xd2, 0x88, 0xe8, 0x63, 0xa3, 0x57, 0x62)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1774:1
|
1774 | RIDL!{#[uuid(0xdd36c803, 0x73d1, 0x338d, 0x88, 0xba, 0xdc, 0x9e, 0xb7, 0x62, 0x0e, 0xf7)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1778:1
|
1778 | RIDL!{#[uuid(0x450222d0, 0x87ca, 0x3699, 0xa7, 0xb4, 0xd8, 0xa0, 0xfd, 0xb7, 0x23, 0x57)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1782:1
|
1782 | RIDL!{#[uuid(0x245fe7fd, 0xe020, 0x3053, 0xb5, 0xf6, 0x74, 0x67, 0xfd, 0x2c, 0x68, 0x83)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1786:1
|
1786 | RIDL!{#[uuid(0xb58d62cf, 0xb03a, 0x3a14, 0xb0, 0xb6, 0xb1, 0xe5, 0xad, 0x4e, 0x4a, 0xd5)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1790:1
|
1790 | RIDL!{#[uuid(0xd0eeaa62, 0x3d30, 0x3ee2, 0xb8, 0x96, 0xa2, 0xf3, 0x4d, 0xda, 0x47, 0xd8)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1799:1
|
1799 | RIDL!{#[uuid(0x607056c6, 0x1bca, 0x36c8, 0xab, 0x87, 0x33, 0xb2, 0x02, 0xeb, 0xf0, 0xd8)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1803:1
|
1803 | RIDL!{#[uuid(0xd9bd3c8d, 0x9395, 0x3657, 0xb6, 0xee, 0xd1, 0xb5, 0x09, 0xc3, 0x8b, 0x70)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1807:1
|
1807 | RIDL!{#[uuid(0xa30646cc, 0xf710, 0x3bfa, 0xa3, 0x56, 0xb4, 0xc8, 0x58, 0xd4, 0xed, 0x8e)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1811:1
|
1811 | RIDL!{#[uuid(0xf28e7d04, 0x3319, 0x3968, 0x82, 0x01, 0xc6, 0xe5, 0x5b, 0xec, 0xd3, 0xd4)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1815:1
|
1815 | RIDL!{#[uuid(0x6de1230e, 0x1f52, 0x3779, 0x96, 0x19, 0xf5, 0x18, 0x41, 0x03, 0x46, 0x6c)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1819:1
|
1819 | RIDL!{#[uuid(0x4cca29e4, 0x584b, 0x3cd0, 0xad, 0x25, 0x85, 0x5d, 0xc5, 0x79, 0x9c, 0x16)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1823:1
|
1823 | RIDL!{#[uuid(0x505defe5, 0xaefa, 0x3e23, 0x82, 0xb0, 0xd5, 0xeb, 0x08, 0x5b, 0xb8, 0x40)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1827:1
|
1827 | RIDL!{#[uuid(0x152722c2, 0xf0b1, 0x3d19, 0xad, 0xa8, 0xf4, 0x0c, 0xa5, 0xca, 0xec, 0xb8)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1831:1
|
1831 | RIDL!{#[uuid(0xab20bf9e, 0x7549, 0x3226, 0xba, 0x87, 0xc1, 0xed, 0xfb, 0x6c, 0xda, 0x6c)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1835:1
|
1835 | RIDL!{#[uuid(0x015e9f67, 0x337c, 0x398a, 0xa0, 0xc1, 0xda, 0x4a, 0xf1, 0x90, 0x55, 0x71)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1839:1
|
1839 | RIDL!{#[uuid(0xefea8feb, 0xee7f, 0x3e48, 0x8a, 0x36, 0x62, 0x06, 0xa6, 0xac, 0xbf, 0x73)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1843:1
|
1843 | RIDL!{#[uuid(0x677ad8b5, 0x8a0e, 0x3c39, 0x92, 0xfb, 0x72, 0xfb, 0x81, 0x7c, 0xf6, 0x94)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1847:1
|
1847 | RIDL!{#[uuid(0x96a62d6c, 0x72a9, 0x387a, 0x81, 0xfa, 0xe6, 0xdd, 0x59, 0x98, 0xca, 0xee)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1851:1
|
1851 | RIDL!{#[uuid(0x28ddc187, 0x56b2, 0x34cf, 0xa0, 0x78, 0x48, 0xbd, 0x1e, 0x11, 0x3d, 0x1e)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1855:1
|
1855 | RIDL!{#[uuid(0x89e148c4, 0x2424, 0x30ae, 0x80, 0xf5, 0xc5, 0xd2, 0x1e, 0xa3, 0x36, 0x6c)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1859:1
|
1859 | RIDL!{#[uuid(0x36e2de92, 0x1fb3, 0x3d7d, 0xba, 0x26, 0x9c, 0xad, 0x5b, 0x98, 0xdd, 0x52)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1863:1
|
1863 | RIDL!{#[uuid(0xd662ae3f, 0xcef9, 0x38b4, 0xbb, 0x8e, 0x5d, 0x8d, 0xd1, 0xdb, 0xf8, 0x06)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1867:1
|
1867 | RIDL!{#[uuid(0x48bea6c4, 0x752e, 0x3974, 0x8c, 0xa8, 0xcf, 0xb6, 0x27, 0x4e, 0x23, 0x79)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1871:1
|
1871 | RIDL!{#[uuid(0xf9e97e04, 0x4e1e, 0x368f, 0xb6, 0xc6, 0x5e, 0x96, 0xce, 0x43, 0x62, 0xd6)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1876:1
|
1876 | RIDL!{#[uuid(0xf4c70e15, 0x2ca6, 0x3e90, 0x96, 0xed, 0x92, 0xe2, 0x84, 0x91, 0xf5, 0x38)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1880:1
|
1880 | RIDL!{#[uuid(0x0a25141f, 0x51b3, 0x3121, 0xaa, 0x30, 0x0a, 0xf4, 0x55, 0x6a, 0x52, 0xd9)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1884:1
|
1884 | RIDL!{#[uuid(0x0c08ed74, 0x0acf, 0x32a9, 0x99, 0xdf, 0x09, 0xa9, 0xdc, 0x47, 0x86, 0xdd)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1888:1
|
1888 | RIDL!{#[uuid(0x8c248251, 0x3e6c, 0x3151, 0x9f, 0x8e, 0xa2, 0x55, 0xfb, 0x8d, 0x2b, 0x12)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1892:1
|
1892 | RIDL!{#[uuid(0xdb8de23f, 0xf264, 0x39ac, 0xb6, 0x1c, 0xcc, 0x1e, 0x7e, 0xb4, 0xa5, 0xe6)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1896:1
|
1896 | RIDL!{#[uuid(0xc70c8ae8, 0x925b, 0x37ce, 0x89, 0x44, 0x34, 0xf1, 0x5f, 0xf9, 0x43, 0x07)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1900:1
|
1900 | RIDL!{#[uuid(0x25e47d71, 0x20dd, 0x31be, 0xb2, 0x61, 0x7a, 0xe7, 0x64, 0x97, 0xd6, 0xb9)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1904:1
|
1904 | RIDL!{#[uuid(0xddedb94d, 0x4f3f, 0x35c1, 0x97, 0xc9, 0x3f, 0x1d, 0x87, 0x62, 0x8d, 0x9e)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1908:1
|
1908 | RIDL!{#[uuid(0x8fd56502, 0x8724, 0x3df0, 0xa1, 0xb5, 0x9d, 0x0e, 0x8d, 0x4e, 0x4f, 0x78)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1912:1
|
1912 | RIDL!{#[uuid(0x2adb0d4a, 0x5976, 0x38e4, 0x85, 0x2b, 0xc1, 0x31, 0x79, 0x74, 0x30, 0xf5)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1916:1
|
1916 | RIDL!{#[uuid(0x0cbe0204, 0x12a1, 0x3d40, 0x9d, 0x9e, 0x19, 0x5d, 0xe6, 0xaa, 0xa5, 0x34)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1920:1
|
1920 | RIDL!{#[uuid(0xf7dd3b7f, 0x2b05, 0x3894, 0x8e, 0xda, 0x59, 0xcd, 0xf9, 0x39, 0x5b, 0x6a)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1924:1
|
1924 | RIDL!{#[uuid(0x89b9f00b, 0xaa2a, 0x3a49, 0x91, 0xb4, 0xe8, 0xd1, 0xf1, 0xc0, 0x0e, 0x58)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1928:1
|
1928 | RIDL!{#[uuid(0x010fc1d0, 0x3ef9, 0x3f3b, 0xaa, 0x0a, 0xb7, 0x8a, 0x1f, 0xf8, 0x3a, 0x37)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1932:1
|
1932 | RIDL!{#[uuid(0x1a4e1878, 0xfe8c, 0x3f59, 0xb6, 0xa9, 0x21, 0xab, 0x82, 0xbe, 0x57, 0xe9)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1936:1
|
1936 | RIDL!{#[uuid(0x5a8de087, 0xd9d7, 0x3bba, 0x92, 0xb4, 0xfe, 0x10, 0x34, 0xa1, 0x24, 0x2f)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1940:1
|
1940 | RIDL!{#[uuid(0xf48df808, 0x8b7d, 0x3f4e, 0x91, 0x59, 0x1d, 0xfd, 0x60, 0xf2, 0x98, 0xd6)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1944:1
|
1944 | RIDL!{#[uuid(0x4de671b7, 0x7c85, 0x37e9, 0xaf, 0xf8, 0x12, 0x22, 0xab, 0xe4, 0x88, 0x3e)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1948:1
|
1948 | RIDL!{#[uuid(0x7fbcfdc7, 0x5cec, 0x3945, 0x80, 0x95, 0xda, 0xed, 0x61, 0xbe, 0x5f, 0xb1)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1952:1
|
1952 | RIDL!{#[uuid(0x44d5f81a, 0x727c, 0x35ae, 0x8d, 0xf8, 0x9f, 0xf6, 0x72, 0x2f, 0x1c, 0x6c)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1956:1
|
1956 | RIDL!{#[uuid(0xaf170258, 0xaac6, 0x3a86, 0xbd, 0x34, 0x30, 0x3e, 0x62, 0xce, 0xd1, 0x0e)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1960:1
|
1960 | RIDL!{#[uuid(0x5cbb1f47, 0xfba5, 0x33b9, 0x9d, 0x4a, 0x57, 0xd6, 0xe3, 0xd1, 0x33, 0xd2)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1964:1
|
1964 | RIDL!{#[uuid(0x23bae0c0, 0x3a36, 0x32f0, 0x9d, 0xad, 0x0e, 0x95, 0xad, 0xd6, 0x7d, 0x23)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1968:1
|
1968 | RIDL!{#[uuid(0x2eac6733, 0x8d92, 0x31d9, 0xbe, 0x04, 0xdc, 0x46, 0x7e, 0xfc, 0x3e, 0xb1)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1972:1
|
1972 | RIDL!{#[uuid(0x99f01720, 0x3cc2, 0x366d, 0x9a, 0xb9, 0x50, 0xe3, 0x66, 0x47, 0x61, 0x7f)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1976:1
|
1976 | RIDL!{#[uuid(0x9ccc831b, 0x1ba7, 0x34be, 0xa9, 0x66, 0x56, 0xd5, 0xa6, 0xdb, 0x5a, 0xad)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1980:1
|
1980 | RIDL!{#[uuid(0xa02a2b22, 0x1dba, 0x3f92, 0x9f, 0x84, 0x55, 0x63, 0x18, 0x28, 0x51, 0xbb)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1984:1
|
1984 | RIDL!{#[uuid(0x18e473f6, 0x637b, 0x3c01, 0x8d, 0x46, 0xd0, 0x11, 0xaa, 0xd2, 0x6c, 0x95)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1988:1
|
1988 | RIDL!{#[uuid(0xc664fe09, 0x0a55, 0x316d, 0xb2, 0x5b, 0x6b, 0x32, 0x00, 0xec, 0xaf, 0x70)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1992:1
|
1992 | RIDL!{#[uuid(0xe66a9755, 0x58e2, 0x3fcb, 0xa2, 0x65, 0x83, 0x58, 0x51, 0xcb, 0xf0, 0x63)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:1996:1
|
1996 | RIDL!{#[uuid(0xbb03c920, 0x1c05, 0x3ecb, 0x98, 0x2d, 0x53, 0x32, 0x4d, 0x5a, 0xc9, 0xff)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2000:1
|
2000 | RIDL!{#[uuid(0x01afd447, 0x60ca, 0x3b67, 0x80, 0x3a, 0xe5, 0x7b, 0x72, 0x7f, 0x3a, 0x5b)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2004:1
|
2004 | RIDL!{#[uuid(0xd7093f61, 0xed6b, 0x343f, 0xb1, 0xe9, 0x02, 0x47, 0x2f, 0xcc, 0x71, 0x0e)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2008:1
|
2008 | RIDL!{#[uuid(0xa505edbc, 0x380e, 0x3b23, 0x9e, 0x1a, 0x09, 0x74, 0xd4, 0xef, 0x02, 0xef)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2012:1
|
2012 | RIDL!{#[uuid(0x35a8f3ac, 0xfe28, 0x360f, 0xa0, 0xc0, 0x9a, 0x4d, 0x50, 0xc4, 0x68, 0x2a)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2020:1
|
2020 | RIDL!{#[uuid(0x6844eff4, 0x4f86, 0x3ca1, 0xa1, 0xea, 0xaa, 0xf5, 0x83, 0xa6, 0x39, 0x5e)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2039:1
|
2039 | RIDL!{#[uuid(0x4e95244e, 0xc6fc, 0x3a86, 0x8d, 0xb7, 0x17, 0x12, 0x45, 0x4d, 0xe3, 0xb6)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2048:1
|
2048 | RIDL!{#[uuid(0xdfad74dc, 0x8390, 0x32f6, 0x96, 0x12, 0x1b, 0xd2, 0x93, 0xb2, 0x33, 0xf4)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2052:1
|
2052 | RIDL!{#[uuid(0x54b0afb1, 0xe7d3, 0x3770, 0xbb, 0x0e, 0x75, 0xa9, 0x5e, 0x8d, 0x26, 0x56)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2056:1
|
2056 | RIDL!{#[uuid(0xd89eac5e, 0x0331, 0x3fcd, 0x9c, 0x16, 0x4f, 0x1e, 0xd3, 0xfe, 0x1b, 0xe2)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2060:1
|
2060 | RIDL!{#[uuid(0x427e255d, 0xaf02, 0x3b0d, 0x8c, 0xe3, 0xa2, 0xbb, 0x94, 0xba, 0x30, 0x0f)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2070:1
|
2070 | RIDL!{#[uuid(0xfe8a2546, 0x3478, 0x3fad, 0xbe, 0x1d, 0xda, 0x7b, 0xc2, 0x5c, 0x4e, 0x4e)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2074:1
|
2074 | RIDL!{#[uuid(0xa8f69eca, 0x8c48, 0x3b5e, 0x92, 0xa1, 0x65, 0x49, 0x25, 0x05, 0x80, 0x59)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2078:1
|
2078 | RIDL!{#[uuid(0x34b0417e, 0xe71d, 0x304c, 0x9f, 0xac, 0x68, 0x93, 0x50, 0xa1, 0xb4, 0x1c)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2082:1
|
2082 | RIDL!{#[uuid(0xa9c9f3d9, 0xe153, 0x39b8, 0xa5, 0x33, 0xb8, 0xdf, 0x46, 0x64, 0x40, 0x7b)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2086:1
|
2086 | RIDL!{#[uuid(0x44494e35, 0xc370, 0x3014, 0xbc, 0x78, 0x0f, 0x2e, 0xcb, 0xf8, 0x3f, 0x53)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2090:1
|
2090 | RIDL!{#[uuid(0x3eefd1fc, 0x4d8d, 0x3177, 0x99, 0xf6, 0x6c, 0x19, 0xd9, 0xe0, 0x88, 0xd3)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2094:1
|
2094 | RIDL!{#[uuid(0x90c40b4c, 0xb0d0, 0x30f5, 0xb5, 0x20, 0xfd, 0xba, 0x97, 0xbc, 0x31, 0xa0)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2098:1
|
2098 | RIDL!{#[uuid(0x0a7c3542, 0x8031, 0x3593, 0x87, 0x2c, 0x78, 0xd8, 0x5d, 0x7c, 0xc2, 0x73)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2102:1
|
2102 | RIDL!{#[uuid(0x2a75c1fd, 0x06b0, 0x3cbb, 0xb4, 0x67, 0x25, 0x45, 0xd4, 0xd6, 0xc8, 0x65)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2106:1
|
2106 | RIDL!{#[uuid(0x579e93bc, 0xffab, 0x3b8d, 0x91, 0x81, 0xce, 0x9c, 0x22, 0xb5, 0x19, 0x15)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2110:1
|
2110 | RIDL!{#[uuid(0xd9d822de, 0x44e5, 0x33ce, 0xa4, 0x3f, 0x17, 0x3e, 0x47, 0x5c, 0xec, 0xb1)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2114:1
|
2114 | RIDL!{#[uuid(0xd94ed9bf, 0xc065, 0x3703, 0x81, 0xa2, 0x2f, 0x76, 0xea, 0x8e, 0x31, 0x2f)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2118:1
|
2118 | RIDL!{#[uuid(0xbb7a158d, 0xdbd9, 0x3e13, 0xb1, 0x37, 0x8e, 0x61, 0xe8, 0x7e, 0x11, 0x28)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2122:1
|
2122 | RIDL!{#[uuid(0x742e0c26, 0x0e23, 0x3d20, 0x96, 0x8c, 0xd2, 0x21, 0x09, 0x49, 0x09, 0xaa)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2126:1
|
2126 | RIDL!{#[uuid(0xadbc3463, 0x0101, 0x3429, 0xa0, 0x6c, 0xdb, 0x2f, 0x1d, 0xd6, 0xb7, 0x24)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2130:1
|
2130 | RIDL!{#[uuid(0xa7aef52c, 0xb47b, 0x3660, 0xbb, 0x3e, 0x34, 0x34, 0x7d, 0x56, 0xdb, 0x46)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2134:1
|
2134 | RIDL!{#[uuid(0xb2217ab5, 0x6e55, 0x3ff6, 0xa1, 0xa9, 0x1b, 0x0d, 0xc0, 0x58, 0x50, 0x40)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2138:1
|
2138 | RIDL!{#[uuid(0x7574e121, 0x74a6, 0x3626, 0xb5, 0x78, 0x07, 0x83, 0xba, 0xdb, 0x19, 0xd2)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2142:1
|
2142 | RIDL!{#[uuid(0x6ba6ea7a, 0xc9fc, 0x3e73, 0x82, 0xec, 0x18, 0xf2, 0x9d, 0x83, 0xee, 0xfd)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2146:1
|
2146 | RIDL!{#[uuid(0x77cca693, 0xabf6, 0x3773, 0xbf, 0x58, 0xc0, 0xb0, 0x27, 0x01, 0xa7, 0x44)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2150:1
|
2150 | RIDL!{#[uuid(0x3515cf63, 0x9863, 0x3044, 0xb3, 0xe1, 0x21, 0x0e, 0x98, 0xef, 0xc7, 0x02)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2154:1
|
2154 | RIDL!{#[uuid(0x42ca6b3f, 0x8cb9, 0x3005, 0xa7, 0xc1, 0xee, 0x90, 0x21, 0xdb, 0x36, 0x9b)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2158:1
|
2158 | RIDL!{#[uuid(0x9a37d8b2, 0x2256, 0x3fe3, 0x8b, 0xf0, 0x4f, 0xc4, 0x21, 0xa1, 0x24, 0x4f)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2162:1
|
2162 | RIDL!{#[uuid(0xd26a9704, 0xbf99, 0x3a3f, 0xac, 0x55, 0x96, 0xaf, 0x1a, 0x31, 0x4c, 0x7f)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2166:1
|
2166 | RIDL!{#[uuid(0xb4701c26, 0x1509, 0x3726, 0xb2, 0xe1, 0x40, 0x9a, 0x63, 0x6c, 0x9b, 0x4f)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2170:1
|
2170 | RIDL!{#[uuid(0xd8cf3f23, 0x1a66, 0x3344, 0x82, 0x30, 0x07, 0xeb, 0x53, 0x97, 0x0b, 0x85)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2174:1
|
2174 | RIDL!{#[uuid(0x60ecfdda, 0x650a, 0x324c, 0xb4, 0xb3, 0xf4, 0xd7, 0x5b, 0x56, 0x3b, 0xb1)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2178:1
|
2178 | RIDL!{#[uuid(0x6c42baf9, 0x1893, 0x34fc, 0xb3, 0xaf, 0x06, 0x93, 0x1e, 0x9b, 0x34, 0xa3)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2182:1
|
2182 | RIDL!{#[uuid(0x1b6ed26a, 0x4b7f, 0x34fc, 0xb2, 0xc8, 0x81, 0x09, 0xd6, 0x84, 0xb3, 0xdf)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2186:1
|
2186 | RIDL!{#[uuid(0xbbe41ac5, 0x8692, 0x3427, 0x9a, 0xe1, 0xc1, 0x05, 0x8a, 0x38, 0xd4, 0x92)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2190:1
|
2190 | RIDL!{#[uuid(0xa2145f38, 0xcac1, 0x33dd, 0xa3, 0x18, 0x21, 0x94, 0x8a, 0xf6, 0x82, 0x5d)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2194:1
|
2194 | RIDL!{#[uuid(0x0c1e7b57, 0xb9b1, 0x36e4, 0x83, 0x96, 0x54, 0x9c, 0x29, 0x06, 0x2a, 0x81)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2198:1
|
2198 | RIDL!{#[uuid(0x6b6391ee, 0x842f, 0x3e9a, 0x8e, 0xee, 0xf1, 0x33, 0x25, 0xe1, 0x09, 0x96)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2202:1
|
2202 | RIDL!{#[uuid(0x1e7fffe2, 0xaad9, 0x34ee, 0x8a, 0x9f, 0x3c, 0x01, 0x6b, 0x88, 0x0f, 0xf0)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2206:1
|
2206 | RIDL!{#[uuid(0x288a86d1, 0x6f4f, 0x39c9, 0x9e, 0x42, 0x16, 0x2c, 0xf1, 0xc3, 0x72, 0x26)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2210:1
|
2210 | RIDL!{#[uuid(0x4ab67927, 0x3c86, 0x328a, 0x81, 0x86, 0xf8, 0x53, 0x57, 0xdd, 0x55, 0x27)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2214:1
|
2214 | RIDL!{#[uuid(0x51ba926f, 0xaab5, 0x3945, 0xb8, 0xa6, 0xc8, 0xf0, 0xf4, 0xa7, 0xd1, 0x2b)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2218:1
|
2218 | RIDL!{#[uuid(0x9f164188, 0x34eb, 0x3f86, 0x9f, 0x74, 0x0b, 0xbe, 0x41, 0x55, 0xe6, 0x5e)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2222:1
|
2222 | RIDL!{#[uuid(0x2b9f01df, 0x5a12, 0x3688, 0x98, 0xd6, 0xc3, 0x4b, 0xf5, 0xed, 0x18, 0x65)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2226:1
|
2226 | RIDL!{#[uuid(0x3f3311ce, 0x6baf, 0x3fb0, 0xb8, 0x55, 0x48, 0x9a, 0xff, 0x74, 0x0b, 0x6e)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2230:1
|
2230 | RIDL!{#[uuid(0x5778e7c7, 0x2040, 0x330e, 0xb4, 0x7a, 0x92, 0x97, 0x4d, 0xff, 0xcf, 0xd4)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2234:1
|
2234 | RIDL!{#[uuid(0xe1984175, 0x55f5, 0x3065, 0x82, 0xd8, 0xa6, 0x83, 0xfd, 0xfc, 0xf0, 0xac)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2238:1
|
2238 | RIDL!{#[uuid(0xfd5b6aac, 0xff8c, 0x3472, 0xb8, 0x94, 0xcd, 0x6d, 0xfa, 0xdb, 0x69, 0x39)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2242:1
|
2242 | RIDL!{#[uuid(0xb5a1729e, 0xb721, 0x3121, 0xa8, 0x38, 0xfd, 0xe4, 0x3a, 0xf1, 0x34, 0x68)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2246:1
|
2246 | RIDL!{#[uuid(0x3d18a8e2, 0xeede, 0x3139, 0xb2, 0x9d, 0x8c, 0xac, 0x05, 0x79, 0x55, 0xdf)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2250:1
|
2250 | RIDL!{#[uuid(0x7b89862a, 0x02a4, 0x3279, 0x8b, 0x42, 0x40, 0x95, 0xfa, 0x3a, 0x77, 0x8e)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2254:1
|
2254 | RIDL!{#[uuid(0xd858399f, 0xe19e, 0x3423, 0xa7, 0x20, 0xac, 0x12, 0xab, 0xe2, 0xe5, 0xe8)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2258:1
|
2258 | RIDL!{#[uuid(0x1b093056, 0x5454, 0x386f, 0x89, 0x71, 0xbb, 0xcb, 0xc4, 0xe9, 0xa8, 0xf3)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2262:1
|
2262 | RIDL!{#[uuid(0x74435dad, 0xec55, 0x354b, 0x8f, 0x5b, 0xfa, 0x70, 0xd1, 0x3b, 0x62, 0x93)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2266:1
|
2266 | RIDL!{#[uuid(0xfdf2a2ee, 0xc882, 0x3198, 0xa4, 0x8b, 0xe3, 0x7f, 0x0e, 0x57, 0x4d, 0xfa)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2270:1
|
2270 | RIDL!{#[uuid(0x8474b65c, 0xc39a, 0x3d05, 0x89, 0x3d, 0x57, 0x7b, 0x9a, 0x31, 0x46, 0x15)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2274:1
|
2274 | RIDL!{#[uuid(0x0697fc8c, 0x9b04, 0x3783, 0x95, 0xc7, 0x45, 0xec, 0xca, 0xc1, 0xca, 0x27)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2278:1
|
2278 | RIDL!{#[uuid(0x0d6bd9ad, 0x198e, 0x3904, 0xad, 0x99, 0xf6, 0xf8, 0x2a, 0x27, 0x87, 0xc4)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2282:1
|
2282 | RIDL!{#[uuid(0xa1a26181, 0xd55e, 0x3ee2, 0x96, 0xe6, 0x70, 0xb3, 0x54, 0xef, 0x93, 0x71)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2286:1
|
2286 | RIDL!{#[uuid(0x23753322, 0xc7b3, 0x3f9a, 0xac, 0x96, 0x52, 0x67, 0x2c, 0x1b, 0x1c, 0xa9)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2290:1
|
2290 | RIDL!{#[uuid(0xc14342b8, 0xbafd, 0x322a, 0xbb, 0x71, 0x62, 0xc6, 0x72, 0xda, 0x28, 0x4e)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2294:1
|
2294 | RIDL!{#[uuid(0xe78785c4, 0x3a73, 0x3c15, 0x93, 0x90, 0x61, 0x8b, 0xf3, 0xa1, 0x47, 0x19)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2298:1
|
2298 | RIDL!{#[uuid(0x57b908a8, 0xc082, 0x3581, 0x8a, 0x47, 0x6b, 0x41, 0xb8, 0x6e, 0x8f, 0xdc)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2302:1
|
2302 | RIDL!{#[uuid(0xc69e96b2, 0x6161, 0x3621, 0xb1, 0x65, 0x58, 0x05, 0x19, 0x8c, 0x6b, 0x8d)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2306:1
|
2306 | RIDL!{#[uuid(0x15d54c00, 0x7c95, 0x38d7, 0xb8, 0x59, 0xe1, 0x93, 0x46, 0x67, 0x7d, 0xcd)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2310:1
|
2310 | RIDL!{#[uuid(0x76cc0491, 0x9a10, 0x35c0, 0x8a, 0x66, 0x79, 0x31, 0xec, 0x34, 0x5b, 0x7f)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2314:1
|
2314 | RIDL!{#[uuid(0xa03b61a4, 0xca61, 0x3460, 0x82, 0x32, 0x2f, 0x4e, 0xc9, 0x6a, 0xa8, 0x8f)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2318:1
|
2318 | RIDL!{#[uuid(0xad419379, 0x2ac8, 0x3588, 0xab, 0x1e, 0x01, 0x15, 0x41, 0x32, 0x77, 0xc4)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2322:1
|
2322 | RIDL!{#[uuid(0xed47abe7, 0xc84b, 0x39f9, 0xbe, 0x1b, 0x82, 0x8c, 0xfb, 0x92, 0x5a, 0xfe)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2326:1
|
2326 | RIDL!{#[uuid(0xb26b3465, 0x28e4, 0x33b5, 0xb9, 0xbf, 0xdd, 0x7c, 0x4f, 0x64, 0x61, 0xf5)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2330:1
|
2330 | RIDL!{#[uuid(0xa54ac093, 0xbfce, 0x37b0, 0xa8, 0x1f, 0x14, 0x8d, 0xfe, 0xd0, 0x97, 0x1f)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2334:1
|
2334 | RIDL!{#[uuid(0xa83f04e9, 0xfd28, 0x384a, 0x9d, 0xff, 0x41, 0x06, 0x88, 0xac, 0x23, 0xab)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2338:1
|
2338 | RIDL!{#[uuid(0xa28c19df, 0xb488, 0x34ae, 0xbe, 0xcc, 0x7d, 0xe7, 0x44, 0xd1, 0x7f, 0x7b)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2342:1
|
2342 | RIDL!{#[uuid(0x76e5dbd6, 0xf960, 0x3c65, 0x8e, 0xa6, 0xfc, 0x8a, 0xd6, 0xa6, 0x70, 0x22)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2346:1
|
2346 | RIDL!{#[uuid(0x523f42a5, 0x1fd2, 0x355d, 0x82, 0xbf, 0x0d, 0x67, 0xc4, 0xa0, 0xa0, 0xe7)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2350:1
|
2350 | RIDL!{#[uuid(0xedcee21a, 0x3e3a, 0x331e, 0xa8, 0x6d, 0x27, 0x40, 0x28, 0xbe, 0x67, 0x16)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2354:1
|
2354 | RIDL!{#[uuid(0x3e72e067, 0x4c5e, 0x36c8, 0xbb, 0xef, 0x1e, 0x29, 0x78, 0xc7, 0x78, 0x0d)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2358:1
|
2358 | RIDL!{#[uuid(0x80da5818, 0x609f, 0x32b8, 0xa9, 0xf8, 0x95, 0xfc, 0xfb, 0xdb, 0x9c, 0x8e)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2362:1
|
2362 | RIDL!{#[uuid(0x7df6f279, 0xda62, 0x3c9f, 0x89, 0x44, 0x4d, 0xd3, 0xc0, 0xf0, 0x81, 0x70)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2366:1
|
2366 | RIDL!{#[uuid(0x72103c67, 0xd511, 0x329c, 0xb1, 0x9a, 0xdd, 0x5e, 0xc3, 0xf1, 0x20, 0x6c)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2370:1
|
2370 | RIDL!{#[uuid(0xf79db336, 0x06be, 0x3959, 0xa5, 0xab, 0x58, 0xb2, 0xab, 0x6c, 0x5f, 0xd1)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2374:1
|
2374 | RIDL!{#[uuid(0x519eb857, 0x7a2d, 0x3a95, 0xa2, 0xa3, 0x8b, 0xb8, 0xed, 0x63, 0xd4, 0x1b)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2378:1
|
2378 | RIDL!{#[uuid(0xde9156b5, 0x5e7a, 0x3041, 0xbf, 0x45, 0xa2, 0x9a, 0x6c, 0x2c, 0xf4, 0x8a)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2382:1
|
2382 | RIDL!{#[uuid(0xe4a369d3, 0x6cf0, 0x3b05, 0x9c, 0x0c, 0x1a, 0x91, 0xe3, 0x31, 0x64, 0x1a)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2386:1
|
2386 | RIDL!{#[uuid(0x8608fe7b, 0x2fdc, 0x318a, 0xb7, 0x11, 0x6f, 0x7b, 0x2f, 0xed, 0xed, 0x06)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2390:1
|
2390 | RIDL!{#[uuid(0xe093fb32, 0xe43b, 0x3b3f, 0xa1, 0x63, 0x74, 0x2c, 0x92, 0x0c, 0x2a, 0xf3)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2394:1
|
2394 | RIDL!{#[uuid(0x1c8d8b14, 0x4589, 0x3dca, 0x8e, 0x0f, 0xa3, 0x0e, 0x80, 0xfb, 0xd1, 0xa8)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2398:1
|
2398 | RIDL!{#[uuid(0x556137ea, 0x8825, 0x30bc, 0x9d, 0x49, 0xe4, 0x7a, 0x9d, 0xb0, 0x34, 0xee)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2402:1
|
2402 | RIDL!{#[uuid(0x2752364a, 0x924f, 0x3603, 0x8f, 0x6f, 0x65, 0x86, 0xdf, 0x98, 0xb2, 0x92)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2406:1
|
2406 | RIDL!{#[uuid(0x9be679a6, 0x61fd, 0x38fc, 0xa7, 0xb2, 0x89, 0x98, 0x2d, 0x33, 0x33, 0x8b)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2422:1
|
2422 | RIDL!{#[uuid(0x442e3c03, 0xa205, 0x3f21, 0xaa, 0x4d, 0x31, 0x76, 0x8b, 0xb8, 0xea, 0x28)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2426:1
|
2426 | RIDL!{#[uuid(0x4ca8147e, 0xbaa3, 0x3a7f, 0x92, 0xce, 0xa4, 0xfd, 0x7f, 0x17, 0xd8, 0xda)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2430:1
|
2430 | RIDL!{#[uuid(0x4b7571c3, 0x1275, 0x3457, 0x8f, 0xee, 0x99, 0x76, 0xfd, 0x39, 0x37, 0xe3)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2434:1
|
2434 | RIDL!{#[uuid(0x8ce58ff5, 0xf26d, 0x38a4, 0x91, 0x95, 0x0e, 0x2e, 0xcb, 0x3b, 0x56, 0xb9)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2438:1
|
2438 | RIDL!{#[uuid(0xa5d29a57, 0x36a8, 0x3e36, 0xa0, 0x99, 0x74, 0x58, 0xb1, 0xfa, 0xba, 0xa2)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2442:1
|
2442 | RIDL!{#[uuid(0x487e52f1, 0x2bb9, 0x3bd0, 0xa0, 0xca, 0x67, 0x28, 0xb3, 0xa1, 0xd0, 0x51)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2446:1
|
2446 | RIDL!{#[uuid(0xc5bfc9bf, 0x27a7, 0x3a59, 0xa9, 0x86, 0x44, 0xc8, 0x5f, 0x35, 0x21, 0xbf)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2450:1
|
2450 | RIDL!{#[uuid(0xc8a200e4, 0x9735, 0x30e4, 0xb1, 0x68, 0xed, 0x86, 0x1a, 0x30, 0x20, 0xf2)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2454:1
|
2454 | RIDL!{#[uuid(0xce83a763, 0x940f, 0x341f, 0xb8, 0x80, 0x33, 0x23, 0x25, 0xeb, 0x6f, 0x4b)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2458:1
|
2458 | RIDL!{#[uuid(0xb24e9559, 0xa662, 0x3762, 0xae, 0x33, 0xbc, 0x7d, 0xfd, 0xd5, 0x38, 0xf4)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2462:1
|
2462 | RIDL!{#[uuid(0xd625afd0, 0x8fd9, 0x3113, 0xa9, 0x00, 0x43, 0x91, 0x2a, 0x54, 0xc4, 0x21)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2466:1
|
2466 | RIDL!{#[uuid(0x5d59051f, 0xe19d, 0x329a, 0x99, 0x62, 0xfd, 0x00, 0xd5, 0x52, 0xe1, 0x3d)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2470:1
|
2470 | RIDL!{#[uuid(0xc3c429f9, 0x8590, 0x3a01, 0xb2, 0xb2, 0x43, 0x48, 0x37, 0xf3, 0xd1, 0x6d)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2474:1
|
2474 | RIDL!{#[uuid(0x51d2c393, 0x9b70, 0x3551, 0x84, 0xb5, 0xff, 0x54, 0x09, 0xfb, 0x3a, 0xda)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2478:1
|
2478 | RIDL!{#[uuid(0xa15a976b, 0x81e3, 0x3ef4, 0x8f, 0xf1, 0xd7, 0x5d, 0xdb, 0xe2, 0x0a, 0xef)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2482:1
|
2482 | RIDL!{#[uuid(0x74265195, 0x4a46, 0x3d6f, 0xa9, 0xdd, 0x69, 0xc3, 0x67, 0xea, 0x39, 0xc8)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2486:1
|
2486 | RIDL!{#[uuid(0x2dbc46fe, 0xb3dd, 0x3858, 0xaf, 0xc2, 0xd3, 0xa2, 0xd4, 0x92, 0xa5, 0x88)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2490:1
|
2490 | RIDL!{#[uuid(0x6df93530, 0xd276, 0x31d9, 0x85, 0x73, 0x34, 0x67, 0x78, 0xc6, 0x50, 0xaf)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2494:1
|
2494 | RIDL!{#[uuid(0x468b8eb4, 0x89ac, 0x381b, 0x8f, 0x86, 0x5e, 0x47, 0xec, 0x06, 0x48, 0xb4)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2498:1
|
2498 | RIDL!{#[uuid(0x897471f2, 0x9450, 0x3f03, 0xa4, 0x1f, 0xd2, 0xe1, 0xf1, 0x39, 0x78, 0x54)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2502:1
|
2502 | RIDL!{#[uuid(0xe645b470, 0xdc3f, 0x3ce0, 0x81, 0x04, 0x58, 0x37, 0xfe, 0xda, 0x04, 0xb3)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2506:1
|
2506 | RIDL!{#[uuid(0x1f124e1c, 0xd05d, 0x3643, 0xa5, 0x9f, 0xc3, 0xde, 0x60, 0x51, 0x99, 0x4f)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2510:1
|
2510 | RIDL!{#[uuid(0x59733b03, 0x0ea5, 0x358c, 0x95, 0xb5, 0x65, 0x9f, 0xcd, 0x9a, 0xa0, 0xb4)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2514:1
|
2514 | RIDL!{#[uuid(0xcb9f94c0, 0xd691, 0x3b62, 0xb0, 0xb2, 0x3c, 0xe5, 0x30, 0x9c, 0xfa, 0x62)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2518:1
|
2518 | RIDL!{#[uuid(0x998dcf16, 0xf603, 0x355d, 0x8c, 0x89, 0x3b, 0x67, 0x59, 0x47, 0x99, 0x7f)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2522:1
|
2522 | RIDL!{#[uuid(0xa6c2239b, 0x08e6, 0x3822, 0x97, 0x69, 0xe3, 0xd4, 0xb0, 0x43, 0x1b, 0x82)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2526:1
|
2526 | RIDL!{#[uuid(0x8e17a5cd, 0x1160, 0x32dc, 0x85, 0x48, 0x40, 0x7e, 0x7c, 0x38, 0x27, 0xc9)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2530:1
|
2530 | RIDL!{#[uuid(0xfa73dd3d, 0xa472, 0x35ed, 0xb8, 0xbe, 0xf9, 0x9a, 0x13, 0x58, 0x1f, 0x72)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2534:1
|
2534 | RIDL!{#[uuid(0x3b452d17, 0x3c5e, 0x36c4, 0xa1, 0x2d, 0x5e, 0x92, 0x76, 0x03, 0x6c, 0xf8)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2538:1
|
2538 | RIDL!{#[uuid(0x62caf4a2, 0x6a78, 0x3fc7, 0xaf, 0x81, 0xa6, 0xbb, 0xf9, 0x30, 0x76, 0x1f)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2542:1
|
2542 | RIDL!{#[uuid(0xef387020, 0xb664, 0x3acd, 0xa1, 0xd2, 0x80, 0x63, 0x45, 0x84, 0x59, 0x53)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2546:1
|
2546 | RIDL!{#[uuid(0x3c3a8c69, 0x7417, 0x32fa, 0xaa, 0x20, 0x76, 0x2d, 0x85, 0xe1, 0xb5, 0x94)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2550:1
|
2550 | RIDL!{#[uuid(0x7e133967, 0xccec, 0x3e89, 0x8b, 0xd2, 0x6c, 0xfc, 0xa6, 0x49, 0xec, 0xbf)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2554:1
|
2554 | RIDL!{#[uuid(0xc5c4f625, 0x2329, 0x3382, 0x89, 0x94, 0xaa, 0xf5, 0x61, 0xe5, 0xdf, 0xe9)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2558:1
|
2558 | RIDL!{#[uuid(0x1eed213e, 0x656a, 0x3a73, 0xa4, 0xb9, 0x0d, 0x3b, 0x26, 0xfd, 0x94, 0x2b)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2562:1
|
2562 | RIDL!{#[uuid(0x243368f5, 0x67c9, 0x3510, 0x94, 0x24, 0x33, 0x5a, 0x8a, 0x67, 0x77, 0x2f)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2566:1
|
2566 | RIDL!{#[uuid(0x0278c819, 0x0c06, 0x3756, 0xb0, 0x53, 0x60, 0x1a, 0x3e, 0x56, 0x6d, 0x9b)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2570:1
|
2570 | RIDL!{#[uuid(0x98966503, 0x5d80, 0x3242, 0x83, 0xef, 0x79, 0xe1, 0x36, 0xf6, 0xb9, 0x54)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2574:1
|
2574 | RIDL!{#[uuid(0xdb2c11d9, 0x3870, 0x35e7, 0xa1, 0x0c, 0xa3, 0xdd, 0xc3, 0xdc, 0x79, 0xb1)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2578:1
|
2578 | RIDL!{#[uuid(0xf68a4008, 0xab94, 0x3370, 0xa9, 0xac, 0x8c, 0xc9, 0x99, 0x39, 0xf5, 0x34)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2582:1
|
2582 | RIDL!{#[uuid(0x40e8e914, 0xdc23, 0x38a6, 0x93, 0x6b, 0x90, 0xe4, 0xe3, 0xab, 0x01, 0xfa)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2586:1
|
2586 | RIDL!{#[uuid(0x97d0b28a, 0x6932, 0x3d74, 0xb6, 0x7f, 0x6b, 0xcd, 0x3c, 0x92, 0x1e, 0x7d)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2590:1
|
2590 | RIDL!{#[uuid(0x54542649, 0xce64, 0x3f96, 0xbc, 0xe5, 0xfd, 0xe3, 0xbb, 0x22, 0xf2, 0x42)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2594:1
|
2594 | RIDL!{#[uuid(0x8d597c42, 0x2cfd, 0x32b6, 0xb6, 0xd6, 0x86, 0xc9, 0xe2, 0xcf, 0xf0, 0x0a)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2598:1
|
2598 | RIDL!{#[uuid(0xfd46bde5, 0xacdf, 0x3ca5, 0xb1, 0x89, 0xf0, 0x67, 0x83, 0x87, 0x07, 0x7f)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2609:1
|
2609 | RIDL!{#[uuid(0xe6c21ba7, 0x21bb, 0x34e9, 0x8e, 0x57, 0xdb, 0x66, 0xd8, 0xce, 0x4a, 0x70)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2622:1
|
2622 | RIDL!{#[uuid(0xd9fcad88, 0xd869, 0x3788, 0xa8, 0x02, 0x1b, 0x1e, 0x00, 0x7c, 0x7a, 0x22)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2626:1
|
2626 | RIDL!{#[uuid(0x4803ce39, 0x2f30, 0x31fc, 0xb8, 0x4b, 0x5a, 0x01, 0x41, 0x38, 0x52, 0x69)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2630:1
|
2630 | RIDL!{#[uuid(0x0720590d, 0x5218, 0x352a, 0xa3, 0x37, 0x54, 0x49, 0xe6, 0xbd, 0x19, 0xda)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2634:1
|
2634 | RIDL!{#[uuid(0xa8b7138c, 0x8932, 0x3d78, 0xa5, 0x85, 0xa9, 0x15, 0x69, 0xc7, 0x43, 0xac)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2638:1
|
2638 | RIDL!{#[uuid(0xa2ed7efc, 0x8e59, 0x3ccc, 0xae, 0x92, 0xea, 0x23, 0x77, 0xf4, 0xd5, 0xef)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2642:1
|
2642 | RIDL!{#[uuid(0x48815668, 0x6c27, 0x3312, 0x80, 0x3e, 0x27, 0x57, 0xf5, 0x5c, 0xe9, 0x6a)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2646:1
|
2646 | RIDL!{#[uuid(0x9c5149cb, 0xd3c6, 0x32fd, 0xa0, 0xd5, 0x95, 0x35, 0x0d, 0xe7, 0xb8, 0x13)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2650:1
|
2650 | RIDL!{#[uuid(0x9f8f73a3, 0x1e99, 0x3e51, 0xa4, 0x1b, 0x17, 0x9a, 0x41, 0xdc, 0x74, 0x7c)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2654:1
|
2654 | RIDL!{#[uuid(0x7fee7903, 0xf97c, 0x3350, 0xad, 0x42, 0x19, 0x6b, 0x00, 0xad, 0x25, 0x64)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2658:1
|
2658 | RIDL!{#[uuid(0x0d0c83e8, 0xbde1, 0x3ba5, 0xb1, 0xef, 0xa8, 0xfc, 0x68, 0x6d, 0x8b, 0xc9)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2662:1
|
2662 | RIDL!{#[uuid(0x4164071a, 0xed12, 0x3bdd, 0xaf, 0x40, 0xfd, 0xab, 0xca, 0xa7, 0x7d, 0x5f)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2666:1
|
2666 | RIDL!{#[uuid(0x0ccca629, 0x440f, 0x313e, 0x96, 0xcd, 0xba, 0x1b, 0x4b, 0x49, 0x97, 0xf7)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2670:1
|
2670 | RIDL!{#[uuid(0x0dca817d, 0xf21a, 0x3943, 0xb5, 0x4c, 0x5e, 0x80, 0x0c, 0xe5, 0xbc, 0x50)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2674:1
|
2674 | RIDL!{#[uuid(0xedb51d1c, 0x08ad, 0x346a, 0xbe, 0x6f, 0xd7, 0x4f, 0xd6, 0xd6, 0xf9, 0x65)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2678:1
|
2678 | RIDL!{#[uuid(0x68ab69e4, 0x5d68, 0x3b51, 0xb7, 0x4d, 0x1b, 0xea, 0xb9, 0xf3, 0x7f, 0x2b)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2682:1
|
2682 | RIDL!{#[uuid(0xd31eed10, 0xa5f0, 0x308f, 0xa9, 0x51, 0xe5, 0x57, 0x96, 0x1e, 0xc5, 0x68)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2686:1
|
2686 | RIDL!{#[uuid(0x38b6068c, 0x1e94, 0x3119, 0x88, 0x41, 0x1e, 0xca, 0x35, 0xed, 0x85, 0x78)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2690:1
|
2690 | RIDL!{#[uuid(0x3a5b876c, 0xcde4, 0x32d2, 0x9c, 0x7e, 0x02, 0x0a, 0x14, 0xac, 0xa3, 0x32)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2694:1
|
2694 | RIDL!{#[uuid(0x1d5c0f70, 0xaf29, 0x38a3, 0x94, 0x36, 0x30, 0x70, 0xa3, 0x10, 0xc7, 0x3b)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2698:1
|
2698 | RIDL!{#[uuid(0x2e3be3ed, 0x2f22, 0x3b20, 0x9f, 0x92, 0xbd, 0x29, 0xb7, 0x9d, 0x6f, 0x42)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2702:1
|
2702 | RIDL!{#[uuid(0xc9a740f4, 0x26e9, 0x39a8, 0x88, 0x85, 0x8c, 0xa2, 0x6b, 0xd7, 0x9b, 0x21)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2706:1
|
2706 | RIDL!{#[uuid(0x6fe6894a, 0x2a53, 0x3fb6, 0xa0, 0x6e, 0x34, 0x8f, 0x9b, 0xda, 0xd2, 0x3b)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2710:1
|
2710 | RIDL!{#[uuid(0xca4a2073, 0x48c5, 0x3e61, 0x83, 0x49, 0x11, 0x70, 0x1a, 0x90, 0xdd, 0x9b)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2714:1
|
2714 | RIDL!{#[uuid(0x6722c730, 0x1239, 0x3784, 0xac, 0x94, 0xc2, 0x85, 0xae, 0x5b, 0x90, 0x1a)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2718:1
|
2718 | RIDL!{#[uuid(0x5c4c522f, 0xde4e, 0x3595, 0x9a, 0xa9, 0x93, 0x19, 0xc8, 0x6a, 0x52, 0x83)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2722:1
|
2722 | RIDL!{#[uuid(0x6f1f8aae, 0xd667, 0x39cc, 0x98, 0xfa, 0x72, 0x2b, 0xeb, 0xbb, 0xea, 0xc3)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2726:1
|
2726 | RIDL!{#[uuid(0x947a1995, 0xbc16, 0x3e7c, 0xb6, 0x5a, 0x99, 0xe7, 0x1f, 0x39, 0xc0, 0x91)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2730:1
|
2730 | RIDL!{#[uuid(0xaeb3727f, 0x5c3a, 0x34c4, 0xbf, 0x18, 0xa3, 0x8f, 0x08, 0x8a, 0xc8, 0xc7)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2734:1
|
2734 | RIDL!{#[uuid(0x7c6b06d1, 0x63ad, 0x35ef, 0xa9, 0x38, 0x14, 0x9b, 0x4a, 0xd9, 0xa7, 0x1f)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2738:1
|
2738 | RIDL!{#[uuid(0x33c54a2d, 0x02bd, 0x3848, 0x80, 0xb6, 0x74, 0x2d, 0x53, 0x70, 0x85, 0xe5)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2742:1
|
2742 | RIDL!{#[uuid(0x790b3ee9, 0x7e06, 0x3cd0, 0x82, 0x43, 0x58, 0x48, 0x48, 0x6d, 0x6a, 0x78)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2746:1
|
2746 | RIDL!{#[uuid(0x5f1562fb, 0x0160, 0x3655, 0xba, 0xea, 0xb1, 0x5b, 0xef, 0x60, 0x91, 0x61)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2750:1
|
2750 | RIDL!{#[uuid(0xaf53d21a, 0xd6af, 0x3406, 0xb3, 0x99, 0x7d, 0xf9, 0xd2, 0xaa, 0xd4, 0x8a)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2754:1
|
2754 | RIDL!{#[uuid(0x47698389, 0xf182, 0x3a67, 0x87, 0xdf, 0xae, 0xd4, 0x90, 0xe1, 0x4d, 0xc6)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2758:1
|
2758 | RIDL!{#[uuid(0xec7cac31, 0x08a2, 0x393b, 0xbd, 0xf2, 0xd0, 0x52, 0xeb, 0x53, 0xaf, 0x2c)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2762:1
|
2762 | RIDL!{#[uuid(0x38b2f8d7, 0x8cf4, 0x323b, 0x9c, 0x17, 0x9c, 0x55, 0xee, 0x28, 0x7a, 0x63)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2766:1
|
2766 | RIDL!{#[uuid(0x5f19e082, 0x26f8, 0x3361, 0xb3, 0x38, 0x9b, 0xac, 0xb9, 0x88, 0x09, 0xa4)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2770:1
|
2770 | RIDL!{#[uuid(0xa9637792, 0x5be8, 0x3c93, 0xa5, 0x01, 0x49, 0xf0, 0xe8, 0x40, 0xde, 0x38)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2774:1
|
2774 | RIDL!{#[uuid(0x094351ea, 0xdbc1, 0x327f, 0x8a, 0x83, 0x91, 0x3b, 0x59, 0x3a, 0x66, 0xbe)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2778:1
|
2778 | RIDL!{#[uuid(0x28ecf94e, 0x3510, 0x3a3e, 0x8b, 0xd1, 0xf8, 0x66, 0xf4, 0x5f, 0x3b, 0x06)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2782:1
|
2782 | RIDL!{#[uuid(0x293187ea, 0x5f88, 0x316f, 0x86, 0xa5, 0x53, 0x3b, 0x0c, 0x7b, 0x35, 0x3f)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2786:1
|
2786 | RIDL!{#[uuid(0x107a3cf1, 0xb35e, 0x3a23, 0xb6, 0x60, 0x60, 0x26, 0x4b, 0x23, 0x12, 0x25)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2790:1
|
2790 | RIDL!{#[uuid(0xe86cc74a, 0x1233, 0x3df3, 0xb1, 0x3f, 0x8b, 0x27, 0xee, 0xaa, 0xc1, 0xf6)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2794:1
|
2794 | RIDL!{#[uuid(0xc3fb5510, 0x3454, 0x3b31, 0xb6, 0x4f, 0xde, 0x6a, 0xad, 0x6b, 0xe8, 0x20)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2799:1
|
2799 | RIDL!{#[uuid(0x8000e51a, 0x541c, 0x3b20, 0xa8, 0xec, 0xc8, 0xa8, 0xb4, 0x11, 0x16, 0xc4)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2803:1
|
2803 | RIDL!{#[uuid(0x41f41c1b, 0x7b8d, 0x39a3, 0xa2, 0x8f, 0xaa, 0xe2, 0x07, 0x87, 0xf4, 0x69)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2807:1
|
2807 | RIDL!{#[uuid(0xf1c930c4, 0x2233, 0x3924, 0x98, 0x40, 0x23, 0x1d, 0x00, 0x82, 0x59, 0xb4)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2811:1
|
2811 | RIDL!{#[uuid(0x9deae196, 0x48c1, 0x3590, 0x9d, 0x0a, 0x33, 0x71, 0x6a, 0x21, 0x4a, 0xcd)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2815:1
|
2815 | RIDL!{#[uuid(0xc2af4970, 0x4fb6, 0x319c, 0xa8, 0xaa, 0x06, 0x14, 0xd2, 0x7f, 0x2b, 0x2c)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2819:1
|
2819 | RIDL!{#[uuid(0xba3e053f, 0xade3, 0x3233, 0x87, 0x4a, 0x16, 0xe6, 0x24, 0xc9, 0xa4, 0x9b)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2823:1
|
2823 | RIDL!{#[uuid(0xf174290f, 0xe4cf, 0x3976, 0x88, 0xaa, 0x4f, 0x8e, 0x32, 0xeb, 0x03, 0xdb)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2827:1
|
2827 | RIDL!{#[uuid(0xed727a9b, 0x6fc5, 0x3fed, 0xbe, 0xdd, 0x7b, 0x66, 0xc8, 0x47, 0xf8, 0x7a)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2831:1
|
2831 | RIDL!{#[uuid(0xabc04b16, 0x5539, 0x3c7e, 0x92, 0xec, 0x09, 0x05, 0xa4, 0xa2, 0x44, 0x64)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2835:1
|
2835 | RIDL!{#[uuid(0xf65070df, 0x57af, 0x3ae3, 0xb9, 0x51, 0xd2, 0xad, 0x7d, 0x51, 0x33, 0x47)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2839:1
|
2839 | RIDL!{#[uuid(0xf042505b, 0x7aac, 0x313b, 0xa8, 0xc7, 0x3f, 0x1a, 0xc9, 0x49, 0xc3, 0x11)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2843:1
|
2843 | RIDL!{#[uuid(0x3936abe1, 0xb29e, 0x3593, 0x83, 0xf1, 0x79, 0x3d, 0x1a, 0x7f, 0x38, 0x98)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2847:1
|
2847 | RIDL!{#[uuid(0xffb2e16e, 0xe5c7, 0x367c, 0xb3, 0x26, 0x96, 0x5a, 0xbf, 0x51, 0x0f, 0x24)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2851:1
|
2851 | RIDL!{#[uuid(0xe1796120, 0xc324, 0x30d8, 0x86, 0xf4, 0x20, 0x08, 0x67, 0x11, 0x46, 0x3b)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2855:1
|
2855 | RIDL!{#[uuid(0x52da9f90, 0x89b3, 0x35ab, 0x90, 0x7b, 0x35, 0x62, 0x64, 0x29, 0x67, 0xde)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2859:1
|
2859 | RIDL!{#[uuid(0xff19d114, 0x3bda, 0x30ac, 0x8e, 0x89, 0x36, 0xca, 0x64, 0xa8, 0x71, 0x20)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2863:1
|
2863 | RIDL!{#[uuid(0xee949b7b, 0x439f, 0x363e, 0xb9, 0xfc, 0x34, 0xdb, 0x1f, 0xb7, 0x81, 0xd7)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2867:1
|
2867 | RIDL!{#[uuid(0x11a2ea7a, 0xd600, 0x307b, 0xa6, 0x06, 0x51, 0x1a, 0x6c, 0x79, 0x50, 0xd1)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2871:1
|
2871 | RIDL!{#[uuid(0xf01d896d, 0x8d5f, 0x3235, 0xbe, 0x59, 0x20, 0xe1, 0xe1, 0x0d, 0xc2, 0x2a)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2886:1
|
2886 | RIDL!{#[uuid(0x4acb3495, 0x05db, 0x381b, 0x89, 0x0a, 0xd1, 0x2f, 0x53, 0x40, 0xdc, 0xa3)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2890:1
|
2890 | RIDL!{#[uuid(0x77c9bceb, 0x9958, 0x33c0, 0xa8, 0x58, 0x59, 0x9f, 0x66, 0x69, 0x7d, 0xa7)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2894:1
|
2894 | RIDL!{#[uuid(0xaa6da581, 0xf972, 0x36de, 0xa5, 0x3b, 0x75, 0x85, 0x42, 0x8a, 0x68, 0xab)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2898:1
|
2898 | RIDL!{#[uuid(0x65887f70, 0xc646, 0x3a66, 0x86, 0x97, 0x8a, 0x3f, 0x7d, 0x8f, 0xe9, 0x4d)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2902:1
|
2902 | RIDL!{#[uuid(0xa18545b7, 0xe5ee, 0x31ee, 0x9b, 0x9b, 0x41, 0x19, 0x9b, 0x11, 0xc9, 0x95)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2906:1
|
2906 | RIDL!{#[uuid(0xa1329ec9, 0xe567, 0x369f, 0x82, 0x58, 0x18, 0x36, 0x6d, 0x89, 0xea, 0xf8)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2910:1
|
2910 | RIDL!{#[uuid(0x8af3451e, 0x154d, 0x3d86, 0x80, 0xd8, 0xf8, 0x47, 0x8b, 0x97, 0x33, 0xed)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2914:1
|
2914 | RIDL!{#[uuid(0x94bb98ed, 0x18bb, 0x3843, 0xa7, 0xfe, 0x64, 0x28, 0x24, 0xab, 0x4e, 0x01)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2918:1
|
2918 | RIDL!{#[uuid(0xb0ad9a21, 0x5439, 0x3d88, 0x89, 0x75, 0x40, 0x18, 0xb8, 0x28, 0xd7, 0x4c)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2922:1
|
2922 | RIDL!{#[uuid(0x0eeff4c2, 0x84bf, 0x3e4e, 0xbf, 0x22, 0xb7, 0xbd, 0xbb, 0x5d, 0xf8, 0x99)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2926:1
|
2926 | RIDL!{#[uuid(0x95e01216, 0x5467, 0x371b, 0x85, 0x97, 0x40, 0x74, 0x40, 0x2c, 0xcb, 0x06)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2930:1
|
2930 | RIDL!{#[uuid(0xa2246ae7, 0xeb81, 0x3a20, 0x8e, 0x70, 0xc9, 0xfa, 0x34, 0x1c, 0x7e, 0x10)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2934:1
|
2934 | RIDL!{#[uuid(0x9e9ea93a, 0xd000, 0x3ab9, 0xbf, 0xca, 0xdd, 0xeb, 0x39, 0x8a, 0x55, 0xb9)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2938:1
|
2938 | RIDL!{#[uuid(0xbe457280, 0x6ffa, 0x3e76, 0x98, 0x22, 0x83, 0xde, 0x63, 0xc0, 0xc4, 0xe0)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2942:1
|
2942 | RIDL!{#[uuid(0xef926e1f, 0x3ee7, 0x32bc, 0x8b, 0x01, 0xc6, 0xe9, 0x8c, 0x24, 0xbc, 0x19)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2946:1
|
2946 | RIDL!{#[uuid(0xc9614d78, 0x10ea, 0x3310, 0x87, 0xea, 0x82, 0x1b, 0x70, 0x63, 0x28, 0x98)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2950:1
|
2950 | RIDL!{#[uuid(0x89304439, 0xa24f, 0x30f6, 0x9a, 0x8f, 0x89, 0xce, 0x47, 0x2d, 0x85, 0xda)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2954:1
|
2954 | RIDL!{#[uuid(0x1dd3cf3d, 0xdf8e, 0x32ff, 0x91, 0xec, 0xe1, 0x9a, 0xa1, 0x0b, 0x63, 0xfb)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2958:1
|
2958 | RIDL!{#[uuid(0x03ec7d10, 0x17a5, 0x3585, 0x9a, 0x2e, 0x05, 0x96, 0xfc, 0xac, 0x38, 0x70)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2976:1
|
2976 | RIDL!{#[uuid(0x8ffedc68, 0x5233, 0x3fa8, 0x81, 0x3d, 0x40, 0x5a, 0xab, 0xb3, 0x3e, 0xcb)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2980:1
|
2980 | RIDL!{#[uuid(0xd80ff312, 0x2930, 0x3680, 0xa5, 0xe9, 0xb4, 0x82, 0x96, 0xc7, 0x41, 0x5f)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2984:1
|
2984 | RIDL!{#[uuid(0xe0cf3f77, 0xc7c3, 0x33da, 0xbe, 0xb4, 0x46, 0x14, 0x7f, 0xc9, 0x05, 0xde)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2988:1
|
2988 | RIDL!{#[uuid(0x725692a5, 0x9e12, 0x37f6, 0x91, 0x1c, 0xe3, 0xda, 0x77, 0xe5, 0xfa, 0xca)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2992:1
|
2992 | RIDL!{#[uuid(0xebcdcd84, 0x8c74, 0x39fd, 0x82, 0x1c, 0xf5, 0xeb, 0x3a, 0x27, 0x04, 0xd7)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:2996:1
|
2996 | RIDL!{#[uuid(0xc58145b5, 0xbd5a, 0x3896, 0x95, 0xd9, 0xb3, 0x58, 0xf5, 0x4f, 0xbc, 0x44)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3000:1
|
3000 | RIDL!{#[uuid(0x46a3f9ff, 0xf73c, 0x33c7, 0xbc, 0xc3, 0x1b, 0xef, 0x4b, 0x25, 0xe4, 0xae)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3004:1
|
3004 | RIDL!{#[uuid(0xc32abfc9, 0x3917, 0x30bf, 0xa7, 0xbc, 0x44, 0x25, 0x0b, 0xdf, 0xc5, 0xd8)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3008:1
|
3008 | RIDL!{#[uuid(0x4b10971e, 0xd61d, 0x373f, 0xbc, 0x8d, 0x2c, 0xcf, 0x31, 0x12, 0x62, 0x15)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3012:1
|
3012 | RIDL!{#[uuid(0x8359f3ab, 0x643f, 0x3bcf, 0x91, 0xe8, 0x16, 0xe7, 0x79, 0xed, 0xeb, 0xe1)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3016:1
|
3016 | RIDL!{#[uuid(0xbac12781, 0x6865, 0x3558, 0xa8, 0xd1, 0xf1, 0xca, 0xdd, 0x28, 0x06, 0xdd)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3020:1
|
3020 | RIDL!{#[uuid(0x94855a3b, 0x5ca2, 0x32cf, 0xb1, 0xab, 0x48, 0xfd, 0x39, 0x15, 0x82, 0x2c)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3024:1
|
3024 | RIDL!{#[uuid(0x4d0bc339, 0xe3f9, 0x3e9e, 0x8f, 0x68, 0x92, 0x16, 0x8e, 0x6f, 0x69, 0x81)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3028:1
|
3028 | RIDL!{#[uuid(0x60b8b604, 0x0aed, 0x3093, 0xac, 0x05, 0xeb, 0x98, 0xfb, 0x29, 0xfc, 0x47)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3032:1
|
3032 | RIDL!{#[uuid(0x7264843f, 0xf60c, 0x39a9, 0x99, 0xe1, 0x02, 0x91, 0x26, 0xaa, 0x08, 0x15)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3036:1
|
3036 | RIDL!{#[uuid(0x19373c44, 0x55b4, 0x3487, 0x9a, 0xd8, 0x4c, 0x62, 0x1a, 0xae, 0x85, 0xea)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3040:1
|
3040 | RIDL!{#[uuid(0x44db8e15, 0xacb1, 0x34ee, 0x81, 0xf9, 0x56, 0xed, 0x7a, 0xe3, 0x7a, 0x5c)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3044:1
|
3044 | RIDL!{#[uuid(0x7b91368d, 0xa50a, 0x3d36, 0xbe, 0x8e, 0x5b, 0x88, 0x36, 0xa4, 0x19, 0xad)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3048:1
|
3048 | RIDL!{#[uuid(0xf4efb305, 0xcdc4, 0x31c5, 0x81, 0x02, 0x33, 0xc9, 0xb9, 0x17, 0x74, 0xf3)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3052:1
|
3052 | RIDL!{#[uuid(0x04a35d22, 0x0b08, 0x34e7, 0xa5, 0x73, 0x88, 0xef, 0x23, 0x74, 0x37, 0x5e)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3056:1
|
3056 | RIDL!{#[uuid(0x551f7a57, 0x8651, 0x37db, 0xa9, 0x4a, 0x6a, 0x3c, 0xa0, 0x9c, 0x0e, 0xd7)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3060:1
|
3060 | RIDL!{#[uuid(0x7416b6ee, 0x82e8, 0x3a16, 0x96, 0x6b, 0x01, 0x8a, 0x40, 0xe7, 0xb1, 0xaa)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3064:1
|
3064 | RIDL!{#[uuid(0x1738adbc, 0x156e, 0x3897, 0x84, 0x4f, 0xc3, 0x14, 0x7c, 0x52, 0x8d, 0xea)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3068:1
|
3068 | RIDL!{#[uuid(0x7ef50ddb, 0x32a5, 0x30a1, 0xb4, 0x12, 0x47, 0xfa, 0xb9, 0x11, 0x40, 0x4a)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3072:1
|
3072 | RIDL!{#[uuid(0xa3bf0bcd, 0xec32, 0x38e6, 0x92, 0xf2, 0x5f, 0x37, 0xba, 0xd8, 0x03, 0x0d)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3076:1
|
3076 | RIDL!{#[uuid(0xcfa6e9d2, 0xb3de, 0x39a6, 0x94, 0xd1, 0xcc, 0x69, 0x1d, 0xe1, 0x93, 0xf8)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3080:1
|
3080 | RIDL!{#[uuid(0x103c7ef9, 0xa9ee, 0x35fb, 0x84, 0xc5, 0x30, 0x86, 0xc9, 0x72, 0x5a, 0x20)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3084:1
|
3084 | RIDL!{#[uuid(0xc20769f3, 0x858d, 0x316a, 0xbe, 0x6d, 0xc3, 0x47, 0xa4, 0x79, 0x48, 0xad)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3088:1
|
3088 | RIDL!{#[uuid(0xf9ead0aa, 0x4156, 0x368f, 0xae, 0x05, 0xfd, 0x59, 0xd7, 0x0f, 0x75, 0x8d)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3092:1
|
3092 | RIDL!{#[uuid(0xd9e8314d, 0x5053, 0x3497, 0x8a, 0x33, 0x97, 0xd3, 0xdc, 0xfe, 0x33, 0xe2)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3096:1
|
3096 | RIDL!{#[uuid(0xb4e32423, 0xe473, 0x3562, 0xaa, 0x12, 0x62, 0xfd, 0xe5, 0xa7, 0xd4, 0xa2)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3100:1
|
3100 | RIDL!{#[uuid(0x63b9da95, 0xfb91, 0x358a, 0xb7, 0xb7, 0x90, 0xc3, 0x4a, 0xa3, 0x4a, 0xb7)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3104:1
|
3104 | RIDL!{#[uuid(0x8ed115a1, 0x5e7b, 0x34dc, 0xab, 0x85, 0x90, 0x31, 0x6f, 0x28, 0x01, 0x5d)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3108:1
|
3108 | RIDL!{#[uuid(0x30c65c40, 0x4e54, 0x3051, 0x9d, 0x8f, 0x47, 0x09, 0xb6, 0xab, 0x21, 0x4c)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3112:1
|
3112 | RIDL!{#[uuid(0x4979ec29, 0xc2b7, 0x3ad6, 0x98, 0x6d, 0x5a, 0xaf, 0x73, 0x44, 0xcc, 0x4e)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3116:1
|
3116 | RIDL!{#[uuid(0xaaf5401e, 0xf71c, 0x3fe3, 0x8a, 0x73, 0xa2, 0x50, 0x74, 0xb2, 0x0d, 0x3a)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3120:1
|
3120 | RIDL!{#[uuid(0xbc261fc6, 0x7132, 0x3fb5, 0x9a, 0xac, 0x22, 0x48, 0x45, 0xd3, 0xaa, 0x99)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3124:1
|
3124 | RIDL!{#[uuid(0xe384aa10, 0xa70c, 0x3943, 0x97, 0xcf, 0x0f, 0x7c, 0x28, 0x2c, 0x3b, 0xdc)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3128:1
|
3128 | RIDL!{#[uuid(0x818ec118, 0xbe7e, 0x3cde, 0x92, 0xc8, 0x44, 0xb9, 0x91, 0x60, 0x92, 0x0e)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3132:1
|
3132 | RIDL!{#[uuid(0x3ac646b6, 0x6b84, 0x382f, 0x9a, 0xed, 0x22, 0xc2, 0x43, 0x32, 0x44, 0xe6)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3136:1
|
3136 | RIDL!{#[uuid(0x974f01f4, 0x6086, 0x3137, 0x94, 0x48, 0x6a, 0x31, 0xfc, 0x9b, 0xef, 0x08)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3140:1
|
3140 | RIDL!{#[uuid(0xf4926b50, 0x3f23, 0x37e0, 0x9a, 0xfa, 0xaa, 0x91, 0xff, 0x89, 0xa7, 0xbd)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3144:1
|
3144 | RIDL!{#[uuid(0xab4e97b9, 0x651d, 0x36f4, 0xaa, 0xba, 0x28, 0xac, 0xf5, 0x74, 0x66, 0x24)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3148:1
|
3148 | RIDL!{#[uuid(0x14aed851, 0xa168, 0x3462, 0xb8, 0x77, 0x8f, 0x9a, 0x01, 0x12, 0x66, 0x53)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3152:1
|
3152 | RIDL!{#[uuid(0x5eb06bef, 0x4adf, 0x3cc1, 0xa6, 0xf2, 0x62, 0xf7, 0x68, 0x86, 0xb1, 0x3a)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3156:1
|
3156 | RIDL!{#[uuid(0x7947a829, 0xadb5, 0x34d0, 0x9c, 0xc8, 0x6c, 0x17, 0x27, 0x42, 0xc8, 0x03)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3160:1
|
3160 | RIDL!{#[uuid(0xaca96da3, 0x96ed, 0x397e, 0x8a, 0x72, 0xee, 0x1b, 0xe1, 0x02, 0x5f, 0x5e)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3164:1
|
3164 | RIDL!{#[uuid(0xe941fa15, 0xe6c8, 0x3dd4, 0xb0, 0x60, 0xc0, 0xdd, 0xfb, 0xc0, 0x24, 0x0a)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3168:1
|
3168 | RIDL!{#[uuid(0xa5e385ae, 0x27fb, 0x3708, 0xba, 0xf7, 0x0b, 0xf1, 0xf3, 0x95, 0x57, 0x47)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3172:1
|
3172 | RIDL!{#[uuid(0x725cdaf7, 0xb739, 0x35c1, 0x84, 0x63, 0xe2, 0xa9, 0x23, 0xe1, 0xf6, 0x18)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3176:1
|
3176 | RIDL!{#[uuid(0x6a46b6a2, 0x2d2c, 0x3c67, 0xaf, 0x67, 0xaa, 0xe0, 0x17, 0x5f, 0x17, 0xae)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3180:1
|
3180 | RIDL!{#[uuid(0x7db7fd83, 0xde89, 0x38e1, 0x96, 0x45, 0xd4, 0xca, 0xbd, 0xe6, 0x94, 0xc0)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3184:1
|
3184 | RIDL!{#[uuid(0x37171746, 0xb784, 0x3586, 0xa7, 0xd5, 0x69, 0x2a, 0x76, 0x04, 0xa6, 0x6b)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3188:1
|
3188 | RIDL!{#[uuid(0x2d985674, 0x231c, 0x33d4, 0xb1, 0x4d, 0xf3, 0xa6, 0xbd, 0x2e, 0xbe, 0x19)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3192:1
|
3192 | RIDL!{#[uuid(0xf51728f2, 0x2def, 0x308c, 0x87, 0x4a, 0xcb, 0xb1, 0xba, 0xa9, 0xcf, 0x9e)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3196:1
|
3196 | RIDL!{#[uuid(0x717105a3, 0x739b, 0x3bc3, 0xa2, 0xb7, 0xad, 0x21, 0x59, 0x03, 0xfa, 0xd2)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3200:1
|
3200 | RIDL!{#[uuid(0x0d296515, 0xad19, 0x3602, 0xb4, 0x15, 0xd8, 0xec, 0x77, 0x06, 0x60, 0x81)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3204:1
|
3204 | RIDL!{#[uuid(0x5dbbaf39, 0xa3df, 0x30b7, 0xaa, 0xea, 0x9f, 0xd1, 0x13, 0x94, 0x12, 0x3f)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3208:1
|
3208 | RIDL!{#[uuid(0xae1850fd, 0x3596, 0x3727, 0xa2, 0x42, 0x2f, 0xc3, 0x1c, 0x5a, 0x03, 0x12)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3224:1
|
3224 | RIDL!{#[uuid(0x53bce4d4, 0x6209, 0x396d, 0xbd, 0x4a, 0x0b, 0x0a, 0x0a, 0x17, 0x7d, 0xf9)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3228:1
|
3228 | RIDL!{#[uuid(0x9aff21f5, 0x1c9c, 0x35e7, 0xae, 0xa4, 0xc3, 0xaa, 0x0b, 0xeb, 0x3b, 0x77)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3232:1
|
3232 | RIDL!{#[uuid(0x34ec3bd7, 0xf2f6, 0x3c20, 0xa6, 0x39, 0x80, 0x4b, 0xff, 0x89, 0xdf, 0x65)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3236:1
|
3236 | RIDL!{#[uuid(0x68d5592b, 0x47c8, 0x381a, 0x8d, 0x51, 0x39, 0x25, 0xc1, 0x6c, 0xf0, 0x25)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3240:1
|
3240 | RIDL!{#[uuid(0xaec2b0de, 0x9898, 0x3607, 0xb8, 0x45, 0x63, 0xe2, 0xe3, 0x07, 0xcb, 0x5f)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3244:1
|
3244 | RIDL!{#[uuid(0x6bbb7dee, 0x186f, 0x3d51, 0x94, 0x86, 0xbe, 0x0a, 0x71, 0xe9, 0x15, 0xce)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3248:1
|
3248 | RIDL!{#[uuid(0x361a5049, 0x1bc8, 0x35a9, 0x94, 0x6a, 0x53, 0xa8, 0x77, 0x90, 0x2f, 0x25)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3252:1
|
3252 | RIDL!{#[uuid(0xa864fb13, 0xf945, 0x3dc0, 0xa0, 0x1c, 0xb9, 0x03, 0xf9, 0x44, 0xfc, 0x97)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3256:1
|
3256 | RIDL!{#[uuid(0xbc0847b2, 0xbd5c, 0x37b3, 0xba, 0x67, 0x7d, 0x2d, 0x54, 0xb1, 0x72, 0x38)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3260:1
|
3260 | RIDL!{#[uuid(0xa1c392fc, 0x314c, 0x39d5, 0x8d, 0xe6, 0x1f, 0x8e, 0xbc, 0xa0, 0xa1, 0xe2)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3264:1
|
3264 | RIDL!{#[uuid(0x02d1bd78, 0x3bb6, 0x37ad, 0xa9, 0xf8, 0xf7, 0xd5, 0xda, 0x27, 0x3e, 0x4e)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3268:1
|
3268 | RIDL!{#[uuid(0x3bcf0cb2, 0xa849, 0x375e, 0x81, 0x89, 0x1b, 0xa5, 0xf1, 0xf4, 0xa9, 0xb0)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3272:1
|
3272 | RIDL!{#[uuid(0x0daeaee7, 0x007b, 0x3fca, 0x87, 0x55, 0xa5, 0xc6, 0xc3, 0x15, 0x89, 0x55)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3276:1
|
3276 | RIDL!{#[uuid(0xeaaa2670, 0x0fb1, 0x33ea, 0x85, 0x2b, 0xf1, 0xc9, 0x7f, 0xed, 0x17, 0x97)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3280:1
|
3280 | RIDL!{#[uuid(0x1db1cc2a, 0xda73, 0x389e, 0x82, 0x8b, 0x5c, 0x61, 0x6f, 0x4f, 0xac, 0x49)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3284:1
|
3284 | RIDL!{#[uuid(0xb1a62835, 0xfc19, 0x35a4, 0xb2, 0x06, 0xa4, 0x52, 0x46, 0x3d, 0x7e, 0xe7)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3288:1
|
3288 | RIDL!{#[uuid(0xfd302d86, 0x240a, 0x3694, 0xa3, 0x1f, 0x9e, 0xf5, 0x9e, 0x6e, 0x41, 0xbc)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3292:1
|
3292 | RIDL!{#[uuid(0x8978b0be, 0xa89e, 0x3ff9, 0x98, 0x34, 0x77, 0x86, 0x2c, 0xeb, 0xff, 0x3d)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3296:1
|
3296 | RIDL!{#[uuid(0x4311e8f5, 0xb249, 0x3f81, 0x8f, 0xf4, 0xcf, 0x85, 0x3d, 0x85, 0x30, 0x6d)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3300:1
|
3300 | RIDL!{#[uuid(0x7fb08423, 0x038f, 0x3acc, 0xb6, 0x00, 0xe6, 0xd0, 0x72, 0xba, 0xe1, 0x60)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3304:1
|
3304 | RIDL!{#[uuid(0x7ae4b03c, 0x414a, 0x36e0, 0xba, 0x68, 0xf9, 0x60, 0x30, 0x04, 0xc9, 0x25)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3308:1
|
3308 | RIDL!{#[uuid(0x2c65d4c0, 0x584c, 0x3e4e, 0x8e, 0x6d, 0x1a, 0xfb, 0x11, 0x2b, 0xff, 0x69)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3312:1
|
3312 | RIDL!{#[uuid(0x05bc0e38, 0x7136, 0x3825, 0x9e, 0x34, 0x26, 0xc1, 0xcf, 0x21, 0x42, 0xc9)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3316:1
|
3316 | RIDL!{#[uuid(0x09343ac0, 0xd19a, 0x3e62, 0xbc, 0x16, 0x0f, 0x60, 0x0f, 0x10, 0x18, 0x0a)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3320:1
|
3320 | RIDL!{#[uuid(0xb6685cca, 0x7a49, 0x37d1, 0xa8, 0x05, 0x3d, 0xe8, 0x29, 0xcb, 0x8d, 0xeb)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3324:1
|
3324 | RIDL!{#[uuid(0x1365b84b, 0x6477, 0x3c40, 0xbe, 0x6a, 0x08, 0x9d, 0xc0, 0x1e, 0xce, 0xd9)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3328:1
|
3328 | RIDL!{#[uuid(0x7ca5fe57, 0xd1ac, 0x3064, 0xbb, 0x0b, 0xf4, 0x50, 0xbe, 0x40, 0xf1, 0x94)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3332:1
|
3332 | RIDL!{#[uuid(0x5363d066, 0x6295, 0x3618, 0xbe, 0x33, 0x3f, 0x0b, 0x07, 0x0b, 0x79, 0x76)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3336:1
|
3336 | RIDL!{#[uuid(0x23ded1e1, 0x7d5f, 0x3936, 0xaa, 0x4e, 0x18, 0xbb, 0xcc, 0x39, 0xb1, 0x55)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3340:1
|
3340 | RIDL!{#[uuid(0xfc0717a6, 0x2e86, 0x372f, 0x81, 0xf4, 0xb3, 0x5e, 0xd4, 0xbd, 0xf0, 0xde)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3344:1
|
3344 | RIDL!{#[uuid(0x983b8639, 0x2ed7, 0x364c, 0x98, 0x99, 0x68, 0x2a, 0xbb, 0x2c, 0xe8, 0x50)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3348:1
|
3348 | RIDL!{#[uuid(0xd5331d95, 0xfff2, 0x358f, 0xaf, 0xd5, 0x58, 0x8f, 0x46, 0x9f, 0xf2, 0xe4)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3352:1
|
3352 | RIDL!{#[uuid(0xab00f3f8, 0x7dde, 0x3ff5, 0xb8, 0x05, 0x6c, 0x5d, 0xbb, 0x20, 0x05, 0x49)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3356:1
|
3356 | RIDL!{#[uuid(0x4134f762, 0xd0ec, 0x3210, 0x93, 0xc0, 0xde, 0x4f, 0x44, 0x3d, 0x56, 0x69)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3360:1
|
3360 | RIDL!{#[uuid(0xc7ef0214, 0xb91c, 0x3799, 0x98, 0xdd, 0xc9, 0x94, 0xaa, 0xbf, 0xc7, 0x41)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3364:1
|
3364 | RIDL!{#[uuid(0x65e8495e, 0x5207, 0x3248, 0x92, 0x50, 0x0f, 0xc8, 0x49, 0xb4, 0xf0, 0x96)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3368:1
|
3368 | RIDL!{#[uuid(0x140ee78f, 0x067f, 0x3765, 0x92, 0x58, 0xc3, 0xbc, 0x72, 0xfe, 0x97, 0x6b)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3372:1
|
3372 | RIDL!{#[uuid(0x0eb5b5e0, 0x1be6, 0x3a5f, 0x87, 0xb3, 0xe3, 0x32, 0x33, 0x42, 0xf4, 0x4e)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3376:1
|
3376 | RIDL!{#[uuid(0x1f38aafe, 0x7502, 0x332f, 0x97, 0x1f, 0xc2, 0xfc, 0x70, 0x0a, 0x1d, 0x55)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3380:1
|
3380 | RIDL!{#[uuid(0x0e774498, 0xade6, 0x3820, 0xb1, 0xd5, 0x42, 0x6b, 0x06, 0x39, 0x7b, 0xe7)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3384:1
|
3384 | RIDL!{#[uuid(0x4b5fc561, 0x5983, 0x31e4, 0x90, 0x3b, 0x14, 0x04, 0x23, 0x1b, 0x2c, 0x89)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3388:1
|
3388 | RIDL!{#[uuid(0x69d3baba, 0x1c3d, 0x354c, 0xac, 0xfe, 0xf1, 0x91, 0x09, 0xec, 0x38, 0x96)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3392:1
|
3392 | RIDL!{#[uuid(0xd182cf91, 0x628c, 0x3ff6, 0x87, 0xf0, 0x41, 0xba, 0x51, 0xcc, 0x74, 0x33)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3396:1
|
3396 | RIDL!{#[uuid(0xe5456726, 0x33f6, 0x34e4, 0x95, 0xc2, 0xdb, 0x2b, 0xfa, 0x58, 0x14, 0x62)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3400:1
|
3400 | RIDL!{#[uuid(0x486360f5, 0x6213, 0x322b, 0xbe, 0xfb, 0x45, 0x22, 0x15, 0x79, 0xd4, 0xaf)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3404:1
|
3404 | RIDL!{#[uuid(0x9fd974a5, 0x338c, 0x37b9, 0xa1, 0xb2, 0xd4, 0x5f, 0x0c, 0x2b, 0x25, 0xc2)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3408:1
|
3408 | RIDL!{#[uuid(0x63ac7c37, 0xc51a, 0x3d82, 0x8f, 0xdd, 0x2a, 0x56, 0x70, 0x39, 0xe4, 0x6d)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3412:1
|
3412 | RIDL!{#[uuid(0x1377ce34, 0x8921, 0x3bd4, 0x96, 0xe9, 0xc8, 0xd5, 0xd5, 0xaa, 0x1a, 0xdf)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3416:1
|
3416 | RIDL!{#[uuid(0x786f8ac3, 0x93e4, 0x3b6f, 0x9f, 0x62, 0x19, 0x01, 0xb0, 0xe5, 0xf4, 0x33)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3420:1
|
3420 | RIDL!{#[uuid(0xeb081b9d, 0xa766, 0x3abe, 0xb7, 0x20, 0x50, 0x5c, 0x42, 0x16, 0x2d, 0x83)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3424:1
|
3424 | RIDL!{#[uuid(0xbe8619cb, 0x3731, 0x3cb2, 0xa3, 0xa8, 0xcd, 0x0b, 0xfa, 0x55, 0x66, 0xec)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3428:1
|
3428 | RIDL!{#[uuid(0x494a7583, 0x190e, 0x3693, 0x9e, 0xc4, 0xde, 0x54, 0xdc, 0x6a, 0x84, 0xa2)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3443:1
|
3443 | RIDL!{#[uuid(0x1cac0bda, 0xac58, 0x31bc, 0xb6, 0x24, 0x63, 0xf7, 0x7d, 0x0c, 0x3d, 0x2f)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3447:1
|
3447 | RIDL!{#[uuid(0x9aa8765e, 0x69a0, 0x30e3, 0x9c, 0xde, 0xeb, 0xc7, 0x06, 0x62, 0xae, 0x37)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3451:1
|
3451 | RIDL!{#[uuid(0xd3f5c812, 0x5867, 0x33c9, 0x8c, 0xee, 0xcb, 0x17, 0x0e, 0x8d, 0x84, 0x4a)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3455:1
|
3455 | RIDL!{#[uuid(0x85601fee, 0xa79d, 0x3710, 0xaf, 0x21, 0x09, 0x90, 0x89, 0xed, 0xc0, 0xbf)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3459:1
|
3459 | RIDL!{#[uuid(0x3cd62d67, 0x586f, 0x309e, 0xa6, 0xd8, 0x1f, 0x4b, 0xaa, 0xc5, 0xac, 0x28)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3463:1
|
3463 | RIDL!{#[uuid(0x425bff0d, 0x59e4, 0x36a8, 0xb1, 0xff, 0x1f, 0x5d, 0x39, 0xd6, 0x98, 0xf4)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3467:1
|
3467 | RIDL!{#[uuid(0xf7c0c4cc, 0x0d49, 0x31ee, 0xa3, 0xd3, 0xb8, 0xb5, 0x51, 0xe4, 0x92, 0x8c)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3471:1
|
3471 | RIDL!{#[uuid(0x875715c5, 0xcb64, 0x3920, 0x81, 0x56, 0x0e, 0xe9, 0xcb, 0x0e, 0x07, 0xea)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3475:1
|
3475 | RIDL!{#[uuid(0xa6589897, 0x5a67, 0x305f, 0x94, 0x97, 0x72, 0xe5, 0xfe, 0x8b, 0xea, 0xd5)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3479:1
|
3479 | RIDL!{#[uuid(0xe5481be9, 0x3422, 0x3506, 0xbc, 0x35, 0xb9, 0x6d, 0x45, 0x35, 0x01, 0x4d)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3483:1
|
3483 | RIDL!{#[uuid(0x814f9c35, 0xb7f8, 0x3ceb, 0x8e, 0x43, 0xe0, 0x1f, 0x09, 0x15, 0x70, 0x60)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3487:1
|
3487 | RIDL!{#[uuid(0x0b3fb710, 0xa25c, 0x3310, 0x87, 0x74, 0x1c, 0xf1, 0x17, 0xf9, 0x5b, 0xd4)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3491:1
|
3491 | RIDL!{#[uuid(0xbd9df856, 0x2300, 0x3254, 0xbc, 0xf0, 0x67, 0x9b, 0xa0, 0x3c, 0x7a, 0x13)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3495:1
|
3495 | RIDL!{#[uuid(0x37625095, 0x7baa, 0x377d, 0xa0, 0xdc, 0x7f, 0x46, 0x5c, 0x01, 0x67, 0xaa)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3499:1
|
3499 | RIDL!{#[uuid(0x77a416e7, 0x2ac6, 0x3d0e, 0x98, 0xff, 0x3b, 0xa0, 0xf5, 0x86, 0xf5, 0x6f)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3503:1
|
3503 | RIDL!{#[uuid(0x8034aaf4, 0x3666, 0x3b6f, 0x85, 0xcf, 0x46, 0x3f, 0x9b, 0xfd, 0x31, 0xa9)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3507:1
|
3507 | RIDL!{#[uuid(0x9ff67f8e, 0xa7aa, 0x3ba6, 0x90, 0xee, 0x9d, 0x44, 0xaf, 0x6e, 0x2f, 0x8c)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3511:1
|
3511 | RIDL!{#[uuid(0xfc38507e, 0x06a4, 0x3300, 0x86, 0x52, 0x8d, 0x7b, 0x54, 0x34, 0x1f, 0x65)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3515:1
|
3515 | RIDL!{#[uuid(0xfb7a5ff4, 0xcfa8, 0x3f24, 0xad, 0x5f, 0xd5, 0xeb, 0x39, 0x35, 0x97, 0x07)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3519:1
|
3519 | RIDL!{#[uuid(0x21b52a91, 0x856f, 0x373c, 0xad, 0x42, 0x4c, 0xf3, 0xf1, 0x02, 0x1f, 0x5a)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3523:1
|
3523 | RIDL!{#[uuid(0x427ea9d3, 0x11d8, 0x3e38, 0x9e, 0x05, 0xa4, 0xf7, 0xfa, 0x68, 0x41, 0x83)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3527:1
|
3527 | RIDL!{#[uuid(0x5767c78f, 0xf344, 0x35a5, 0x84, 0xbc, 0x53, 0xb9, 0xea, 0xeb, 0x68, 0xcb)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3531:1
|
3531 | RIDL!{#[uuid(0x48600dd2, 0x0099, 0x337f, 0x92, 0xd6, 0x96, 0x1d, 0x1e, 0x50, 0x10, 0xd4)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3535:1
|
3535 | RIDL!{#[uuid(0xa16537bc, 0x1edf, 0x3516, 0xb7, 0x5e, 0xcc, 0x65, 0xca, 0xf8, 0x73, 0xab)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3539:1
|
3539 | RIDL!{#[uuid(0xc27990bb, 0x3cfd, 0x3d29, 0x8d, 0xc0, 0xbb, 0xe5, 0xfb, 0xad, 0xea, 0xfd)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3543:1
|
3543 | RIDL!{#[uuid(0x3b274703, 0xdfae, 0x3f9c, 0xa1, 0xb5, 0x99, 0x90, 0xdf, 0x9d, 0x7f, 0xa3)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3547:1
|
3547 | RIDL!{#[uuid(0x3d077954, 0x7bcc, 0x325b, 0x9d, 0xda, 0x3b, 0x17, 0xa0, 0x33, 0x78, 0xe0)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3551:1
|
3551 | RIDL!{#[uuid(0xb60ad5d7, 0x2c2e, 0x35b7, 0x8d, 0x77, 0x79, 0x46, 0x15, 0x6c, 0xfe, 0x8e)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3555:1
|
3555 | RIDL!{#[uuid(0xde541460, 0xf838, 0x3698, 0xb2, 0xda, 0x51, 0x0b, 0x09, 0x07, 0x01, 0x18)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3559:1
|
3559 | RIDL!{#[uuid(0x49dd9e4b, 0x84f3, 0x3d6d, 0x91, 0xfb, 0x3f, 0xed, 0xce, 0xf6, 0x34, 0xc7)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3563:1
|
3563 | RIDL!{#[uuid(0xdc8ce439, 0x7954, 0x36ed, 0x80, 0x3c, 0x67, 0x4f, 0x72, 0xf2, 0x72, 0x49)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3567:1
|
3567 | RIDL!{#[uuid(0x8017b414, 0x4886, 0x33da, 0x80, 0xa3, 0x78, 0x65, 0xc1, 0x35, 0x0d, 0x43)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3571:1
|
3571 | RIDL!{#[uuid(0xc040b889, 0x5278, 0x3132, 0xaf, 0xf9, 0xaf, 0xa6, 0x17, 0x07, 0xa8, 0x1d)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3575:1
|
3575 | RIDL!{#[uuid(0xec69d083, 0x3cd0, 0x3c0c, 0x99, 0x8c, 0x3b, 0x73, 0x8d, 0xb5, 0x35, 0xd5)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3579:1
|
3579 | RIDL!{#[uuid(0x68fd6f14, 0xa7b2, 0x36c8, 0xa7, 0x24, 0xd0, 0x1f, 0x90, 0xd7, 0x34, 0x77)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3583:1
|
3583 | RIDL!{#[uuid(0xb36b5c63, 0x42ef, 0x38bc, 0xa0, 0x7e, 0x0b, 0x34, 0xc9, 0x8f, 0x16, 0x4a)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3632:1
|
3632 | RIDL!{#[uuid(0x3afab213, 0xf5a2, 0x3241, 0x93, 0xba, 0x32, 0x9e, 0xa4, 0xba, 0x80, 0x16)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3649:1
|
3649 | RIDL!{#[uuid(0xf617690a, 0x55f4, 0x36af, 0x91, 0x49, 0xd1, 0x99, 0x83, 0x1f, 0x85, 0x94)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3674:1
|
3674 | RIDL!{#[uuid(0x9a604ee7, 0xe630, 0x3ded, 0x94, 0x44, 0xba, 0xae, 0x24, 0x70, 0x75, 0xab)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3684:1
|
3684 | RIDL!{#[uuid(0x805e3b62, 0xb5e9, 0x393d, 0x89, 0x41, 0x37, 0x7d, 0x8b, 0xf4, 0x55, 0x6b)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3757:1
|
3757 | RIDL!{#[uuid(0x2b130940, 0xca5e, 0x3406, 0x83, 0x85, 0xe2, 0x59, 0xe6, 0x8a, 0xb0, 0x39)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3768:1
|
3768 | RIDL!{#[uuid(0xc8cb1ded, 0x2814, 0x396a, 0x9c, 0xc0, 0x47, 0x3c, 0xa4, 0x97, 0x79, 0xcc)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3777:1
|
3777 | RIDL!{#[uuid(0xb9b91146, 0xd6c2, 0x3a62, 0x81, 0x59, 0xc2, 0xd1, 0x79, 0x4c, 0xde, 0xb0)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3797:1
|
3797 | RIDL!{#[uuid(0xf4f5c303, 0xfad3, 0x3d0c, 0xa4, 0xdf, 0xbb, 0x82, 0xb5, 0xee, 0x30, 0x8f)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3872:1
|
3872 | RIDL!{#[uuid(0x0ca9008e, 0xee90, 0x356e, 0x9f, 0x6d, 0xb5, 0x9e, 0x60, 0x06, 0xb9, 0xa4)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3881:1
|
3881 | RIDL!{#[uuid(0xc09effa9, 0x1ffe, 0x3a52, 0xa7, 0x33, 0x62, 0x36, 0xcb, 0xc4, 0x5e, 0x7b)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3896:1
|
3896 | RIDL!{#[uuid(0x65074f7f, 0x63c0, 0x304e, 0xaf, 0x0a, 0xd5, 0x17, 0x41, 0xcb, 0x4a, 0x8d)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3914:1
|
3914 | RIDL!{#[uuid(0xea675b47, 0x64e0, 0x3b5f, 0x9b, 0xe7, 0xf7, 0xdc, 0x29, 0x90, 0x73, 0x0d)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:3945:1
|
3945 | RIDL!{#[uuid(0xafbf15e5, 0xc37c, 0x11d2, 0xb8, 0x8e, 0x00, 0xa0, 0xc9, 0xb4, 0x71, 0xb8)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:4017:1
|
4017 | RIDL!{#[uuid(0x20808adc, 0xcc01, 0x3f3a, 0x8f, 0x09, 0xed, 0x12, 0x94, 0x0f, 0xc2, 0x12)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:4028:1
|
4028 | RIDL!{#[uuid(0x027c036a, 0x4052, 0x3821, 0x85, 0xde, 0xb5, 0x33, 0x19, 0xdf, 0x12, 0x11)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:4039:1
|
4039 | RIDL!{#[uuid(0x25c72eb0, 0xe437, 0x3f17, 0x94, 0x6d, 0x3b, 0x72, 0xa3, 0xac, 0xff, 0x37)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:4094:1
|
4094 | RIDL!{#[uuid(0xe809a5f1, 0xd3d7, 0x3144, 0x9b, 0xef, 0xfe, 0x8a, 0xc0, 0x36, 0x46, 0x99)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:4141:1
|
4141 | RIDL!{#[uuid(0x1cee3a11, 0x01ae, 0x3244, 0xa9, 0x39, 0x49, 0x72, 0xfc, 0x97, 0x03, 0xef)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:4167:1
|
4167 | RIDL!{#[uuid(0x17156360, 0x2f1a, 0x384a, 0xbc, 0x52, 0xfd, 0xe9, 0x3c, 0x21, 0x5c, 0x5b)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:4345:1
|
4345 | RIDL!{#[uuid(0xccbd682c, 0x73a5, 0x4568, 0xb8, 0xb0, 0xc7, 0x00, 0x7e, 0x11, 0xab, 0xa2)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:4382:1
|
4382 | RIDL!{#[uuid(0x8e5e0b95, 0x750e, 0x310d, 0x89, 0x2c, 0x8c, 0xa7, 0x23, 0x1c, 0xf7, 0x5b)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:4423:1
|
4423 | RIDL!{#[uuid(0xfb6ab00f, 0x5096, 0x3af8, 0xa3, 0x3d, 0xd7, 0x88, 0x5a, 0x5f, 0xa8, 0x29)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:4462:1
|
4462 | RIDL!{#[uuid(0xafbf15e6, 0xc37c, 0x11d2, 0xb8, 0x8e, 0x00, 0xa0, 0xc9, 0xb4, 0x71, 0xb8)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:4483:1
|
4483 | RIDL!{#[uuid(0x3169ab11, 0x7109, 0x3808, 0x9a, 0x61, 0xef, 0x4b, 0xa0, 0x53, 0x4f, 0xd9)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:4543:1
|
4543 | RIDL!{#[uuid(0x62339172, 0xdbfa, 0x337b, 0x8a, 0xc8, 0x05, 0x3b, 0x24, 0x1e, 0x06, 0xab)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:4560:1
|
4560 | RIDL!{#[uuid(0x7c66ff18, 0xa1a5, 0x3e19, 0x85, 0x7b, 0x0e, 0x7b, 0x6a, 0x9e, 0x3f, 0x38)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:4577:1
|
4577 | RIDL!{#[uuid(0x93d7a8c5, 0xd2eb, 0x319b, 0xa3, 0x74, 0xa6, 0x5d, 0x32, 0x1f, 0x2a, 0xa9)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:4608:1
|
4608 | RIDL!{#[uuid(0x4a68baa3, 0x27aa, 0x314a, 0xbd, 0xbb, 0x6a, 0xe9, 0xbd, 0xfc, 0x04, 0x20)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:4621:1
|
4621 | RIDL!{#[uuid(0xc02bbb79, 0x5aa8, 0x390d, 0x92, 0x7f, 0x71, 0x7b, 0x7b, 0xff, 0x06, 0xa1)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:4639:1
|
4639 | RIDL!{#[uuid(0xfa28e3af, 0x7d09, 0x31d5, 0xbe, 0xeb, 0x7f, 0x26, 0x26, 0x49, 0x7c, 0xde)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:4662:1
|
4662 | RIDL!{#[uuid(0x7197b56b, 0x5fa1, 0x31ef, 0xb3, 0x8b, 0x62, 0xfe, 0xe7, 0x37, 0x27, 0x7f)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:4685:1
|
4685 | RIDL!{#[uuid(0x3a5fde6b, 0xdb46, 0x34e8, 0xba, 0xcd, 0x16, 0xea, 0x5a, 0x44, 0x05, 0x40)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:4698:1
|
4698 | RIDL!{#[uuid(0xff726320, 0x6b92, 0x3e6c, 0xaa, 0xac, 0xf9, 0x70, 0x63, 0xd0, 0xb1, 0x42)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:4730:1
|
4730 | RIDL!{#[uuid(0x3f8742c2, 0xac57, 0x3440, 0xa2, 0x83, 0xfe, 0x5f, 0xf4, 0xc7, 0x50, 0x25)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:4747:1
|
4747 | RIDL!{#[uuid(0xe694a733, 0x768d, 0x314d, 0xb3, 0x17, 0xdc, 0xea, 0xd1, 0x36, 0xb1, 0x1d)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:4770:1
|
4770 | RIDL!{#[uuid(0x21b5f37b, 0xbef3, 0x354c, 0x8f, 0x84, 0x0f, 0x9f, 0x08, 0x63, 0xf5, 0xc5)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:4802:1
|
4802 | RIDL!{#[uuid(0x7dd6e975, 0x24ea, 0x323c, 0xa9, 0x8c, 0x0f, 0xde, 0x96, 0xf9, 0xc4, 0xe6)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:4820:1
|
4820 | RIDL!{#[uuid(0x3a02d3f7, 0x3f40, 0x3022, 0x85, 0x3d, 0xcf, 0xda, 0x76, 0x51, 0x82, 0xfe)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:4837:1
|
4837 | RIDL!{#[uuid(0x675591af, 0x0508, 0x3131, 0xa7, 0xcc, 0x28, 0x7d, 0x26, 0x5c, 0xa7, 0xd6)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:4846:1
|
4846 | RIDL!{#[uuid(0x53a561f2, 0xcbbf, 0x3748, 0xbf, 0xfe, 0x21, 0x80, 0x00, 0x2d, 0xb3, 0xdf)]
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:29:1
|
29 | ENUM!{enum StringComparison {
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:39:1
|
39 | ENUM!{enum DateTimeKind {
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:46:1
|
46 | ENUM!{enum LoaderOptimization {
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:56:1
|
56 | ENUM!{enum AttributeTargets {
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:76:1
|
76 | ENUM!{enum DayOfWeek {
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:87:1
|
87 | ENUM!{enum EnvironmentVariableTarget {
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:94:1
|
94 | ENUM!{enum MidpointRounding {
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:100:1
|
100 | ENUM!{enum PlatformID {
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:111:1
|
111 | ENUM!{enum TypeCode
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:134:1
|
134 | ENUM!{enum ThreadPriority {
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:143:1
|
143 | ENUM!{enum ThreadState {
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:157:1
|
157 | ENUM!{enum ApartmentState {
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:164:1
|
164 | ENUM!{enum DebuggerBrowsableState {
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:171:1
|
171 | ENUM!{enum SymAddressKind {
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:185:1
|
185 | ENUM!{enum AssemblyNameFlags {
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:194:1
|
194 | ENUM!{enum ProcessorArchitecture {
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:204:1
|
204 | ENUM!{enum BindingFlags {
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:228:1
|
228 | ENUM!{enum CallingConventions {
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:237:1
|
237 | ENUM!{enum EventAttributes {
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:245:1
|
245 | ENUM!{enum FieldAttributes {
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:268:1
|
268 | ENUM!{enum ResourceLocation {
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:275:1
|
275 | ENUM!{enum MemberTypes {
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:288:1
|
288 | ENUM!{enum MethodAttributes {
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:316:1
|
316 | ENUM!{enum MethodImplAttributes {
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:335:1
|
335 | ENUM!{enum PortableExecutableKinds {
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:344:1
|
344 | ENUM!{enum ImageFileMachine {
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:352:1
|
352 | ENUM!{enum ExceptionHandlingClauseOptions {
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:360:1
|
360 | ENUM!{enum ParameterAttributes {
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:375:1
|
375 | ENUM!{enum PropertyAttributes {
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:387:1
|
387 | ENUM!{enum ResourceAttributes {
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:393:1
|
393 | ENUM!{enum TypeAttributes {
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:428:1
|
428 | ENUM!{enum StreamingContextStates {
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:441:1
|
441 | ENUM!{enum CalendarAlgorithmType
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:450:1
|
450 | ENUM!{enum CalendarWeekRule
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:458:1
|
458 | ENUM!{enum CompareOptions
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:472:1
|
472 | ENUM!{enum CultureTypes {
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:483:1
|
483 | ENUM!{enum DateTimeStyles
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:498:1
|
498 | ENUM!{enum DigitShapes {
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:505:1
|
505 | ENUM!{enum GregorianCalendarTypes {
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:515:1
|
515 | ENUM!{enum NumberStyles
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:537:1
|
537 | ENUM!{enum UnicodeCategory
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:572:1
|
572 | ENUM!{enum NormalizationForm
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:581:1
|
581 | ENUM!{enum UltimateResourceFallbackLocation
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:600:1
|
600 | ENUM!{enum RegistryValueKind
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:612:1
|
612 | ENUM!{enum ApplicationVersionMatch {
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:618:1
|
618 | ENUM!{enum TrustManagerUIContext {
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:625:1
|
625 | ENUM!{enum PolicyStatementAttribute
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:634:1
|
634 | ENUM!{enum PrincipalPolicy
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:642:1
|
642 | ENUM!{enum TokenAccessLevels
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:660:1
|
660 | ENUM!{enum WindowsAccountType
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:669:1
|
669 | ENUM!{enum TokenImpersonationLevel
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:679:1
|
679 | ENUM!{enum WindowsBuiltInRole
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:693:1
|
693 | ENUM!{ enum ClassInterfaceType
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:701:1
|
701 | ENUM!{enum IDispatchImplType
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:709:1
|
709 | ENUM!{enum TypeLibTypeFlags
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:728:1
|
728 | ENUM!{enum TypeLibFuncFlags
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:746:1
|
746 | ENUM!{enum TypeLibVarFlags
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:766:1
|
766 | ENUM!{enum UnmanagedType
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:806:1
|
806 | ENUM!{enum CallingConvention
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:816:1
|
816 | ENUM!{enum CharSet
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:825:1
|
825 | ENUM!{enum GCHandleType
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:834:1
|
834 | ENUM!{enum LayoutKind
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:842:1
|
842 | ENUM!{enum ComMemberType
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:850:1
|
850 | ENUM!{enum AssemblyRegistrationFlags
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:857:1
|
857 | ENUM!{enum TypeLibImporterFlags
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:876:1
|
876 | ENUM!{enum TypeLibExporterFlags
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:887:1
|
887 | ENUM!{enum ImporterEventKind
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:895:1
|
895 | ENUM!{enum ExporterEventKind
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:903:1
|
903 | ENUM!{enum SearchOption
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:910:1
|
910 | ENUM!{enum DriveType
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:922:1
|
922 | ENUM!{enum FileAccess
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:930:1
|
930 | ENUM!{enum FileMode
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:941:1
|
941 | ENUM!{enum FileOptions
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:953:1
|
953 | ENUM!{enum FileShare
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:964:1
|
964 | ENUM!{enum FileAttributes
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:983:1
|
983 | ENUM!{enum SeekOrigin
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:991:1
|
991 | ENUM!{enum CompilationRelaxations
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:997:1
|
997 | ENUM!{enum MethodImplOptions
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:1009:1
|
1009 | ENUM!{enum MethodCodeType
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:1018:1
|
1018 | ENUM!{enum EnvironmentPermissionAccess
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:1027:1
|
1027 | ENUM!{enum FileDialogPermissionAccess
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:1036:1
|
1036 | ENUM!{enum FileIOPermissionAccess
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:1047:1
|
1047 | ENUM!{enum HostProtectionResource
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:1063:1
|
1063 | ENUM!{enum IsolatedStorageContainment
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:1080:1
|
1080 | ENUM!{enum PermissionState
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:1087:1
|
1087 | ENUM!{enum SecurityAction
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:1101:1
|
1101 | ENUM!{enum ReflectionPermissionFlag
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:1111:1
|
1111 | ENUM!{enum SecurityPermissionFlag
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:1132:1
|
1132 | ENUM!{enum UIPermissionWindow
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:1141:1
|
1141 | ENUM!{enum UIPermissionClipboard
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:1149:1
|
1149 | ENUM!{enum KeyContainerPermissionFlags
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:1165:1
|
1165 | ENUM!{enum RegistryPermissionAccess
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:1175:1
|
1175 | ENUM!{enum HostSecurityManagerOptions
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:1187:1
|
1187 | ENUM!{enum PolicyLevelType
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:1207:1
|
1207 | ENUM!{enum WellKnownObjectMode
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:1214:1
|
1214 | ENUM!{enum ActivatorLevel
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:1224:1
|
1224 | ENUM!{enum ServerProcessing
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:1232:1
|
1232 | ENUM!{enum LeaseState
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:1242:1
|
1242 | ENUM!{enum SoapOption
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:1253:1
|
1253 | ENUM!{enum XmlFieldOrderOption
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:1261:1
|
1261 | ENUM!{enum CustomErrorsModes
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:1269:1
|
1269 | ENUM!{enum IsolatedStorageScope
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:1281:1
|
1281 | ENUM!{enum FormatterTypeStyle
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:1289:1
|
1289 | ENUM!{enum FormatterAssemblyStyle
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:1296:1
|
1296 | ENUM!{enum TypeFilterLevel
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:1303:1
|
1303 | ENUM!{enum AssemblyBuilderAccess
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:1313:1
|
1313 | ENUM!{enum PEFileKinds
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:1322:1
|
1322 | ENUM!{enum OpCodeType
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:1333:1
|
1333 | ENUM!{enum StackBehaviour
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:1367:1
|
1367 | ENUM!{enum OperandType
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:1390:1
|
1390 | ENUM!{enum FlowControl
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:1404:1
|
1404 | ENUM!{enum PackingSize
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:1418:1
|
1418 | ENUM!{enum AssemblyHashAlgorithm
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:1427:1
|
1427 | ENUM!{enum AssemblyVersionCompatibility
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:1435:1
|
1435 | ENUM!{enum CipherMode
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:1445:1
|
1445 | ENUM!{enum PaddingMode
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:1455:1
|
1455 | ENUM!{enum FromBase64TransformMode
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:1462:1
|
1462 | ENUM!{enum CspProviderFlags
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:1476:1
|
1476 | ENUM!{enum CryptoStreamMode
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:1483:1
|
1483 | ENUM!{enum KeyNumber
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:1490:1
|
1490 | ENUM!{enum X509ContentType
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:1504:1
|
1504 | ENUM!{enum X509KeyStorageFlags
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:1516:1
|
1516 | ENUM!{enum SpecialFolder
| ^^^^

error: cannot find macro `ENUM!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/enums.rs:1568:1
|
1568 | ENUM!{enum DebuggingModes
| ^^^^

error: cannot find macro `STRUCT!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/structs.rs:14:1
|
14 | STRUCT!{struct Boolean {
| ^^^^^^

error: cannot find macro `STRUCT!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/structs.rs:19:1
|
19 | STRUCT!{struct Byte{
| ^^^^^^

error: cannot find macro `STRUCT!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/structs.rs:24:1
|
24 | STRUCT!{struct Char{
| ^^^^^^

error: cannot find macro `STRUCT!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/structs.rs:29:1
|
29 | STRUCT!{struct Decimal {
| ^^^^^^

error: cannot find macro `STRUCT!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/structs.rs:37:1
|
37 | STRUCT!{struct Double {
| ^^^^^^

error: cannot find macro `STRUCT!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/structs.rs:42:1
|
42 | STRUCT!{struct Int16 {
| ^^^^^^

error: cannot find macro `STRUCT!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/structs.rs:47:1
|
47 | STRUCT!{struct Int32 {
| ^^^^^^

error: cannot find macro `STRUCT!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/structs.rs:52:1
|
52 | STRUCT!{struct Int64 {
| ^^^^^^

error: cannot find macro `STRUCT!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/structs.rs:57:1
|
57 | STRUCT!{struct IntPtr {
| ^^^^^^

error: cannot find macro `STRUCT!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/structs.rs:62:1
|
62 | STRUCT!{struct RuntimeArgumentHandle {
| ^^^^^^

error: cannot find macro `STRUCT!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/structs.rs:67:1
|
67 | STRUCT!{struct RuntimeTypeHandle {
| ^^^^^^

error: cannot find macro `STRUCT!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/structs.rs:72:1
|
72 | STRUCT!{struct RuntimeMethodHandle {
| ^^^^^^

error: cannot find macro `STRUCT!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/structs.rs:77:1
|
77 | STRUCT!{struct RuntimeFieldHandle {
| ^^^^^^

error: cannot find macro `STRUCT!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/structs.rs:82:1
|
82 | STRUCT!{struct ModuleHandle {
| ^^^^^^

error: cannot find macro `STRUCT!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/structs.rs:87:1
|
87 | STRUCT!{struct SByte {
| ^^^^^^

error: cannot find macro `STRUCT!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/structs.rs:92:1
|
92 | STRUCT!{struct Single {
| ^^^^^^

error: cannot find macro `STRUCT!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/structs.rs:97:1
|
97 | STRUCT!{struct TimeSpan {
| ^^^^^^

error: cannot find macro `STRUCT!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/structs.rs:102:1
|
102 | STRUCT!{struct TypedReference {
| ^^^^^^

error: cannot find macro `STRUCT!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/structs.rs:108:1
|
108 | STRUCT!{struct UInt16 {
| ^^^^^^

error: cannot find macro `STRUCT!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/structs.rs:113:1
|
113 | STRUCT!{struct UInt32 {
| ^^^^^^

error: cannot find macro `STRUCT!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/structs.rs:118:1
|
118 | STRUCT!{struct UInt64 {
| ^^^^^^

error: cannot find macro `STRUCT!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/structs.rs:123:1
|
123 | STRUCT!{struct UIntPtr {
| ^^^^^^

error: cannot find macro `STRUCT!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/structs.rs:128:1
|
128 | STRUCT!{struct LockCookie
| ^^^^^^

error: cannot find macro `STRUCT!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/structs.rs:137:1
|
137 | STRUCT!{struct NativeOverlapped {
| ^^^^^^

error: cannot find macro `STRUCT!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/structs.rs:146:1
|
146 | STRUCT!{struct DictionaryEntry {
| ^^^^^^

error: cannot find macro `STRUCT!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/structs.rs:152:1
|
152 | STRUCT!{struct SymbolToken {
| ^^^^^^

error: cannot find macro `STRUCT!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/structs.rs:157:1
|
157 | STRUCT!{struct ParameterModifier {
| ^^^^^^

error: cannot find macro `STRUCT!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/structs.rs:162:1
|
162 | STRUCT!{struct StreamingContext {
| ^^^^^^

error: cannot find macro `STRUCT!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/structs.rs:168:1
|
168 | STRUCT!{struct ArrayWithOffset {
| ^^^^^^

error: cannot find macro `STRUCT!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/structs.rs:175:1
|
175 | STRUCT!{struct GCHandle
| ^^^^^^

error: cannot find macro `STRUCT!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/structs.rs:182:1
|
182 | STRUCT!{struct HandleRef
| ^^^^^^

error: cannot find macro `STRUCT!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/structs.rs:190:1
|
190 | STRUCT!{struct EventToken
| ^^^^^^

error: cannot find macro `STRUCT!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/structs.rs:196:1
|
196 | STRUCT!{struct FieldToken
| ^^^^^^

error: cannot find macro `STRUCT!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/structs.rs:203:1
|
203 | STRUCT!{struct Label
| ^^^^^^

error: cannot find macro `STRUCT!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/structs.rs:209:1
|
209 | STRUCT!{struct MethodToken
| ^^^^^^

error: cannot find macro `STRUCT!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/structs.rs:216:1
|
216 | STRUCT!{struct OpCode
| ^^^^^^

error: cannot find macro `STRUCT!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/structs.rs:233:1
|
233 | STRUCT!{struct ParameterToken
| ^^^^^^

error: cannot find macro `STRUCT!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/structs.rs:239:1
|
239 | STRUCT!{struct PropertyToken
| ^^^^^^

error: cannot find macro `STRUCT!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/structs.rs:245:1
|
245 | STRUCT!{struct SignatureToken
| ^^^^^^

error: cannot find macro `STRUCT!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/structs.rs:253:1
|
253 | STRUCT!{struct StringToken
| ^^^^^^

error: cannot find macro `STRUCT!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/structs.rs:259:1
|
259 | STRUCT!{struct TypeToken
| ^^^^^^

error: cannot find macro `STRUCT!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/structs.rs:265:1
|
265 | STRUCT!{struct AssemblyHash
| ^^^^^^

error: cannot find macro `STRUCT!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/structs.rs:272:1
|
272 | STRUCT!{struct DSAParameters
| ^^^^^^

error: cannot find macro `STRUCT!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/structs.rs:285:1
|
285 | STRUCT!{struct RSAParameters
| ^^^^^^

error: cannot find macro `STRUCT!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/structs.rs:299:1
|
299 | STRUCT!{struct CustomAttributeTypedArgument
| ^^^^^^

error: cannot find macro `STRUCT!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/structs.rs:306:1
|
306 | STRUCT!{struct CustomAttributeNamedArgument
| ^^^^^^

error: cannot find macro `STRUCT!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/structs.rs:313:1
|
313 | STRUCT!{struct InterfaceMapping
| ^^^^^^

error: cannot find macro `STRUCT!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/structs.rs:322:1
|
322 | STRUCT!{struct SerializationEntry
| ^^^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/unknown.rs:18:1
|
18 | RIDL!{#[uuid(0x00020404, 0x0000, 0x0000, 0xC0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x46)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/unknown.rs:23:1
|
23 | RIDL!{#[uuid(0x03973551, 0x57a1, 0x3900, 0xa2, 0xb5, 0x90, 0x83, 0xe3, 0xff, 0x29, 0x43)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/unknown.rs:52:1
|
52 | RIDL!{#[uuid(0x27fff232, 0xa7a8, 0x40dd, 0x8d, 0x4a, 0x73, 0x4a, 0xd5, 0x9f, 0xcd, 0x41)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/unknown.rs:136:1
|
136 | RIDL!{#[uuid(0x917b14d0, 0x2d9e, 0x38b8, 0x92, 0xa9, 0x38, 0x1a, 0xcf, 0x52, 0xf7, 0xc0)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/unknown.rs:165:1
|
165 | RIDL!{#[uuid(0xc281c7f1, 0x4aa9, 0x3517, 0x96, 0x1a, 0x46, 0x3c, 0xfe, 0xd5, 0x7e, 0x75)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/unknown.rs:194:1
|
194 | RIDL!{#[uuid(0xc460e2b4, 0xe199, 0x412a, 0x84, 0x56, 0x84, 0xdc, 0x3e, 0x48, 0x38, 0xc3)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/unknown.rs:203:1
|
203 | RIDL!{#[uuid(0xb42b6aac, 0x317e, 0x34d5, 0x9f, 0xa9, 0x09, 0x3b, 0xb4, 0x16, 0x0c, 0x50)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/unknown.rs:237:1
|
237 | RIDL!{#[uuid(0x993634c4, 0xe47a, 0x32cc, 0xbe, 0x08, 0x85, 0xf5, 0x67, 0xdc, 0x27, 0xd6)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/unknown.rs:269:1
|
269 | RIDL!{#[uuid(0xd002e9ba, 0xd9e3, 0x3749, 0xb1, 0xd3, 0xd5, 0x65, 0xa0, 0x8b, 0x13, 0xe7)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/unknown.rs:301:1
|
301 | RIDL!{#[uuid(0xfa1f3615, 0xacb9, 0x486d, 0x9e, 0xac, 0x1b, 0xef, 0x87, 0xe3, 0x6b, 0x09)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/unknown.rs:309:1
|
309 | RIDL!{#[uuid(0xbebb2505, 0x8b54, 0x3443, 0xae, 0xad, 0x14, 0x2a, 0x16, 0xdd, 0x9c, 0xc7)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/unknown.rs:342:1
|
342 | RIDL!{#[uuid(0xed3e4384, 0xd7e2, 0x3fa7, 0x8f, 0xfd, 0x89, 0x40, 0xd3, 0x30, 0x51, 0x9a)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/unknown.rs:375:1
|
375 | RIDL!{#[uuid(0xbe9acce8, 0xaaff, 0x3b91, 0x81, 0xae, 0x82, 0x11, 0x66, 0x3f, 0x5c, 0xad)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/unknown.rs:408:1
|
408 | RIDL!{#[uuid(0xc7bd73de, 0x9f85, 0x3290, 0x88, 0xee, 0x09, 0x0b, 0x8b, 0xdf, 0xe2, 0xdf)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/unknown.rs:441:1
|
441 | RIDL!{#[uuid(0xaadaba99, 0x895d, 0x3d65, 0x97, 0x60, 0xb1, 0xf1, 0x26, 0x21, 0xfa, 0xe8)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/unknown.rs:474:1
|
474 | RIDL!{#[uuid(0xce1a3bf5, 0x975e, 0x30cc, 0x97, 0xc9, 0x1e, 0xf7, 0x0f, 0x8f, 0x39, 0x93)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/unknown.rs:507:1
|
507 | RIDL!{#[uuid(0xa4924b27, 0x6e3b, 0x37f7, 0x9b, 0x83, 0xa4, 0x50, 0x19, 0x55, 0xe6, 0xa7)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/unknown.rs:540:1
|
540 | RIDL!{#[uuid(0x4e6350d1, 0xa08b, 0x3dec, 0x9a, 0x3e, 0xc4, 0x65, 0xf9, 0xae, 0xec, 0x0c)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/unknown.rs:573:1
|
573 | RIDL!{#[uuid(0x007d8a14, 0xfdf3, 0x363e, 0x9a, 0x0b, 0xfe, 0xc0, 0x61, 0x82, 0x60, 0xa2)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/unknown.rs:606:1
|
606 | RIDL!{#[uuid(0xc2323c25, 0xf57f, 0x3880, 0x8a, 0x4d, 0x12, 0xeb, 0xea, 0x7a, 0x58, 0x52)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/unknown.rs:639:1
|
639 | RIDL!{#[uuid(0xd05ffa9a, 0x04af, 0x3519, 0x8e, 0xe1, 0x8d, 0x93, 0xad, 0x73, 0x43, 0x0b)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/unknown.rs:672:1
|
672 | RIDL!{#[uuid(0x36329eba, 0xf97a, 0x3565, 0xbc, 0x07, 0x0e, 0xd5, 0xc6, 0xef, 0x19, 0xfc)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/unknown.rs:705:1
|
705 | RIDL!{#[uuid(0x15f9a479, 0x9397, 0x3a63, 0xac, 0xbd, 0xf5, 0x19, 0x77, 0xfb, 0x0f, 0x02)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/unknown.rs:738:1
|
738 | RIDL!{#[uuid(0x7d13dd37, 0x5a04, 0x393c, 0xbb, 0xca, 0xa5, 0xfe, 0xa8, 0x02, 0x89, 0x3d)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/unknown.rs:771:1
|
771 | RIDL!{#[uuid(0x7e5678ee, 0x48b3, 0x3f83, 0xb0, 0x76, 0xc5, 0x85, 0x43, 0x49, 0x8a, 0x58)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/unknown.rs:805:1
|
805 | RIDL!{#[uuid(0xf7102fa9, 0xcabb, 0x3a74, 0xa6, 0xda, 0xb4, 0x56, 0x7e, 0xf1, 0xb0, 0x79)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/unknown.rs:877:1
|
877 | RIDL!{#[uuid(0xbca8b44d, 0xaad6, 0x3a86, 0x8a, 0xb7, 0x03, 0x34, 0x9f, 0x4f, 0x2d, 0xa2)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/unknown.rs:1346:1
|
1346 | RIDL!{#[uuid(0xf1c3bf77, 0xc3e4, 0x11d3, 0x88, 0xe7, 0x00, 0x90, 0x27, 0x54, 0xc4, 0x3a)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/unknown.rs:1360:1
|
1360 | RIDL!{#[uuid(0xf1c3bf78, 0xc3e4, 0x11d3, 0x88, 0xe7, 0x00, 0x90, 0x27, 0x54, 0xc4, 0x3a)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/unknown.rs:1402:1
|
1402 | RIDL!{#[uuid(0x6240837a, 0x707f, 0x3181, 0x8e, 0x98, 0xa3, 0x6a, 0xe0, 0x86, 0x76, 0x6b)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/unknown.rs:1542:1
|
1542 | RIDL!{#[uuid(0xffcc1b5d, 0xecb8, 0x38dd, 0x9b, 0x01, 0x3d, 0xc8, 0xab, 0xc2, 0xaa, 0x5f)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/unknown.rs:1691:1
|
1691 | RIDL!{#[uuid(0x9de59c64, 0xd889, 0x35a1, 0xb8, 0x97, 0x58, 0x7d, 0x74, 0x46, 0x9e, 0x5b)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/unknown.rs:1804:1
|
1804 | RIDL!{#[uuid(0xe9a19478, 0x9646, 0x3679, 0x9b, 0x10, 0x84, 0x11, 0xae, 0x1f, 0xd5, 0x7d)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/unknown.rs:1954:1
|
1954 | RIDL!{#[uuid(0x8a7c1442, 0xa9fb, 0x366b, 0x80, 0xd8, 0x49, 0x39, 0xff, 0xa6, 0xdb, 0xe0)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/unknown.rs:2094:1
|
2094 | RIDL!{#[uuid(0xf59ed4e4, 0xe68f, 0x3218, 0xbd, 0x77, 0x06, 0x1a, 0xa8, 0x28, 0x24, 0xbf)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/unknown.rs:2231:1
|
2231 | RIDL!{#[uuid(0x05f696dc, 0x2b29, 0x3663, 0xad, 0x8b, 0xc4, 0x38, 0x9c, 0xf2, 0xa7, 0x13)]
| ^^^^

error: cannot find macro `RIDL!` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/unknown.rs:2516:1
|
2516 | RIDL!{#[uuid(0xf1c3bf76, 0xc3e4, 0x11d3, 0x88, 0xe7, 0x00, 0x90, 0x27, 0x54, 0xc4, 0x3a)]
| ^^^^

error[E0412]: cannot find type `SAFEARRAY` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/dispatch.rs:21:34
|
21 | type MUT_LPSAFEARRAY = *mut *mut SAFEARRAY;
|                                  ^^^^^^^^^ not found in this scope

thread 'main' panicked at 'Error(
CargoError(
ChainedError {
error: Could not document `mscorlib-sys`.,
cause: process didn't exit successfully: `rustdoc --crate-name mscorlib_sys .cargo/registry/src/github.com-1ecc6299db9ec823/mscorlib-sys-0.1.1/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20180602-1.28.0-dev-b9bf4f162 -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern winapi=/home/cratesfyi/cratesfyi/debug/deps/libwinapi-df924c4a3e3c5ab5.rlib --extern-version winapi=winapi,0.3.5` (exit code: 101)
}
),
State {
next_error: None,
backtrace: None
}
)', src/bin/cratesfyi.rs:142:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.