-
-
Notifications
You must be signed in to change notification settings - Fork 161
Description
log4rs fails to compile under 1.30.0-nightly-x86_64-pc-windows-msvc. Errors below:
error[E0658]: The attribute serde
is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642)
--> C:\Users\jadun.cargo\registry\src\github.com-1ecc6299db9ec823\log4rs-0.8.0\src\append\file.rs:25:1
|
25 | #[serde(deny_unknown_fields)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(custom_attribute)] to the crate attributes to enable
error[E0658]: The attribute serde
is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642)
--> C:\Users\jadun.cargo\registry\src\github.com-1ecc6299db9ec823\log4rs-0.8.0\src\append\console.rs:24:1
|
24 | #[serde(deny_unknown_fields)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(custom_attribute)] to the crate attributes to enable
error[E0658]: The attribute serde
is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642)
--> C:\Users\jadun.cargo\registry\src\github.com-1ecc6299db9ec823\log4rs-0.8.0\src\append\rolling_file\policy\compound\roll\delete.rs:16:1
|
16 | #[serde(deny_unknown_fields)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(custom_attribute)] to the crate attributes to enable
error[E0658]: The attribute serde
is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642)
--> C:\Users\jadun.cargo\registry\src\github.com-1ecc6299db9ec823\log4rs-0.8.0\src\append\rolling_file\policy\compound\roll\fixed_window.rs:17:1
|
17 | #[serde(deny_unknown_fields)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(custom_attribute)] to the crate attributes to enable
error[E0658]: The attribute serde
is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642)
--> C:\Users\jadun.cargo\registry\src\github.com-1ecc6299db9ec823\log4rs-0.8.0\src\append\rolling_file\policy\compound\trigger\size.rs:21:1
|
21 | #[serde(deny_unknown_fields)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(custom_attribute)] to the crate attributes to enable
error[E0658]: The attribute serde
is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642)
--> C:\Users\jadun.cargo\registry\src\github.com-1ecc6299db9ec823\log4rs-0.8.0\src\append\rolling_file\policy\compound\mod.rs:24:1
|
24 | #[serde(deny_unknown_fields)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(custom_attribute)] to the crate attributes to enable
error[E0658]: The attribute serde
is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642)
--> C:\Users\jadun.cargo\registry\src\github.com-1ecc6299db9ec823\log4rs-0.8.0\src\append\rolling_file\mod.rs:46:1
|
46 | #[serde(deny_unknown_fields)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(custom_attribute)] to the crate attributes to enable