Description
I just published a new version of a crate that depends on serde, and noticed that the documentation went missing. Here is the build log: https://docs.rs/crate/arff/0.2.0/builds/101512.
Compiling serde v1.0.63
Runningrustc --crate-name serde .cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.63/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="std"' --cfg 'feature="default"' -C metadata=f2d60ad5195a964a -C extra-filename=-f2d60ad5195a964a --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow --cfg de_boxed_c_str --cfg de_rc_dst --cfg integer128
error[E0658]: 128-bit type is unstable (see issue #35118)
(excerpt)
I do not use 128 bit integers and did not enable them (at least not intentionally). Running the test suite and building the docs works on CI and locally.
No idea what's going on there :) I'm not even really sure this is an issue with serde, but no other dependencies are affected as far I can tell.
Cheers
P.S.: Looks like other recently upgraded crates are affected too (e.g. validator, rkv)