rust-lang / const-eval

home for proposals in and around compile-time function evaluation
Apache License 2.0
105 stars 17 forks source link

Link to skill tree and fix some nodes #52

Closed RalfJung closed 4 years ago

RalfJung commented 4 years ago

r? @oli-obk Fixes https://github.com/rust-lang/const-eval/issues/51

RalfJung commented 4 years ago

Hm, https://rust-lang.github.io/const-eval/ still contains that "rfc" node?

RalfJung commented 4 years ago

CI said

Warning: The mdbook-skill-tree preprocessor was built against version 0.3.7 of mdbook, but we're being called from version 0.4.1
thread 'main' panicked at 'encountered error missing field `items` for key `group` at line 279 column 1', mdbook-skill-tree/src/preprocessor.rs:85:31
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-08-10 13:22:09 [ERROR] (mdbook::utils): Error: The preprocessor exited unsuccessfully
##[error]Process completed with exit code 101.
RalfJung commented 4 years ago

I did a direct push to hopefully fix this.