Closed
Description
Bug Info
The current of version of html5ever is utilizing sinnce-removed method (precise_time_ns
):
- Remove time dependency servo/html5ever#453
- https://github.com/time-rs/time/blob/main/CHANGELOG.md#removed
Removed
v0.1 APIs, previously behind an enabled-by-default feature flag
...- precise_time_ns
error[E0425]: cannot find function `precise_time_ns` in crate `time`
--> ...../cargo/registry/src/github.com-1ecc6299db9ec823/html5ever-0.5.4/src/macros.rs:27:26
|
27 | let t0 = ::time::precise_time_ns();
| ^^^^^^^^^^^^^^^ not found in `time`
|
::: ...../.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever-0.5.4/src/tokenizer/mod.rs:230:27
|
230 | let (_, dt) = time!(self.sink.process_token(token));
| ------------------------------------- in this macro invocation
|
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
edit: looks like
html5ever = "0.25.1"
is still currently the latest published release of html5ever
still :\
Metadata
Metadata
Assignees
Labels
No labels