BD103

Results 206 comments of BD103

Looks like the `#[expect(...)]` annotation [has been removed](https://github.com/bevyengine/bevy/blob/36839037441a4896265294f81f625e65f756ac64/crates/bevy_render/src/render_resource/pipeline_cache.rs#L848-L853). Marking this as solved!

Here's some before and after screenshots, for other reviewers:

https://github.com/bevyengine/bevy/pull/16279 can be deleted, as it was cherry-picked into 0.15! I'll make a PR for that :)

Note that https://github.com/bevyengine/bevy/pull/17215 has two migration guides currently. One is named "Improved Command Errors", which is blank, and the other is named "`EntityCommands::apply()` now takes an `EntityWorldMut` argument", which is...

Just a small question: how would this work with trait objects? Will `const` functions still be turned into runtime functions when included in a VTable? For instance: ```rust trait Foo...

> Just asking. Is it possible to implement any custom "attribute -> extra-codegen" using this feature? Such `register_tool(llvm)` for example to add llvm-attrs to codegen/IR. I really need some _probably-always-unstable_...