Closed
Description
html5ever is failing to compile in perf with this error; I'm not sure if this is something we need to fix in source or if it's a regression.
error: macro-expanded `macro_export` macros from the current crate cannot be referred to by absolute paths
--> /home/alex/.cargo/registry/src/github.com-1ecc6299db9ec823/string_cache-0.2.29/src/lib.rs:71:13
|
71 | pub use atom;
| ^^^^
|
note: the macro is defined here
--> /tmp/.tmpFazpQK/target/debug/build/string_cache-589ae806702507d8/out/atom_macro.rs:2:1
|
2 | / macro_rules! atom {
3 | | (\"sdev\") => { $crate::Atom { unsafe_data: 0x2 } };
4 | | (\"onstart\") => { $crate::Atom { unsafe_data: 0x100000002 } };
5 | | (\"overflow\") => { $crate::Atom { unsafe_data: 0x200000002 } };
... |
127| | (\"stroke-miterlimit\") => { $crate::Atom { unsafe_data: 0x4f400000002 } };
127| | }
| |_^
error: aborting due to previous error