Yuki Okushi
Yuki Okushi
For example, https://doc.rust-lang.org/nightly/nomicon/safe-unsafe-meaning.html has one "as of ..." reference: > As of Rust 1.29.2 the standard library defines the following unsafe traits We should check if they're outdated now and...
@ehuss suggested in https://github.com/rust-lang/nomicon/pull/288#pullrequestreview-696730664: > One possible option in the future is to use `{{#rustdoc_include}}` (along with mdbook's include anchors), and place the sample code in a separate directory where...
Found in https://github.com/rust-lang/packed_simd/pull/315#issuecomment-801564862. The failure is: ``` ---- v128::i8x16_ops_scalar_shifts::ops_scalar_shifts stdout ---- thread 'v128::i8x16_ops_scalar_shifts::ops_scalar_shifts' panicked at 'assertion failed: `(left == right)` left: `i8x16(1, 0, 1, 0, 1, 0, 1, 0, 1,...
Fixes #220 Signed-off-by: Yuki Okushi *** Preview | Diff
GNU-related tests are failing with the following failure: ``` error: could not compile `testcrate` due to previous error warning: build failed, waiting for other jobs to finish... error: linking with...