Skip to content

Rollup of 8 pull requests #128403

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 19 commits into from
Closed
Changes from 3 commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
454c600
Detect non-lifetime binder params shadowing item params
compiler-errors Jul 29, 2024
d280b8c
CI: rfl: build the generated doctests
ojeda Jul 28, 2024
77cc18f
CI: rfl: build the documentation
ojeda Jul 29, 2024
e4076e3
Mark Parser::eat/check methods as must_use
compiler-errors Jul 30, 2024
d8bc876
Deny unsafe on more builtin attributes
carbotaniuman Jul 3, 2024
8eaf51b
Add toggle for `parse_meta_item` unsafe parsing
carbotaniuman Jul 10, 2024
dadf3d2
the output in stderr expects panic-unwind
Dajamante Jul 30, 2024
cc7e7bc
cargo-miri: better error when we seem to run inside bootstrap but som…
RalfJung Jul 30, 2024
58bfd98
make `///` doc comments compatible with naked functions
folkertdev Jul 30, 2024
4776ac0
Suppress must_use on eat calls in rustfmt
compiler-errors Jul 30, 2024
b1b48dc
tidy: Fix quote in error message
awilfox Jul 30, 2024
ac3a153
Rollup merge of #127543 - carbotaniuman:more_unsafe_attr_verification…
matthiaskrgr Jul 30, 2024
6ed5cf1
Rollup merge of #128357 - compiler-errors:shadowed-non-lifetime-binde…
matthiaskrgr Jul 30, 2024
90f70cb
Rollup merge of #128367 - ojeda:rfl-ci-build-doctests-and-docs, r=Kobzol
matthiaskrgr Jul 30, 2024
ccb9250
Rollup merge of #128376 - compiler-errors:finish-ur-vegetables, r=jie…
matthiaskrgr Jul 30, 2024
2682875
Rollup merge of #128379 - Dajamante:aïssata_needs_unwind, r=pietroalbini
matthiaskrgr Jul 30, 2024
d21d3d6
Rollup merge of #128380 - folkertdev:naked-compatible-doc-comment, r=…
matthiaskrgr Jul 30, 2024
ec36902
Rollup merge of #128382 - RalfJung:cargo-miri-assert, r=oli-obk
matthiaskrgr Jul 30, 2024
582ae3a
Rollup merge of #128398 - awilfox:awilfox/fix-tidy-quote, r=jieyouxu
matthiaskrgr Jul 30, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion src/ci/docker/scripts/rfl-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,8 @@ make -C linux LLVM=1 -j$(($(nproc) + 1)) \
make -C linux LLVM=1 -j$(($(nproc) + 1)) \
samples/rust/rust_minimal.o \
samples/rust/rust_print.o \
drivers/net/phy/ax88796b_rust.o
drivers/net/phy/ax88796b_rust.o \
rust/doctests_kernel_generated.o

make -C linux LLVM=1 -j$(($(nproc) + 1)) \
rustdoc