This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository. Loading Loading status checks… Auto merge of rust-lang#125507 - compiler-errors:type-length-limit, r… Browse files Browse the repository at this point in the history …...
Empowering everyone to build reliable and efficient software. - Auto merge of #136073 - compiler-errors:recursive-coro-always, r=<try> · rust-lang-ci/rust@c104bc5
Chidoriv— reactive runtime for building AI agents. It provides a framework for building AI agents that are reactive, observable, and robust. It supports building agents with Node.js, Python, and Rust. FastChat— open platform for training, serving, and evaluating large language model based cha...
Auto merge of rust-lang#124187 - compiler-errors:self-ctor, r=<try> Browse files Warn (or error) when `Self` ctor from outer item is referenced in inner nested item This implements a warning `SELF_CONSTRUCTOR_FROM_OUTER_ITEM` when a self constructor from an outer impl is referenced ...
Flowistry can be helpful when you're reading a function with a lot of code. For example, this GIF shows a real function in the Rust compiler. If you want to understand the role of a specific argument to the function, then Flowistry can filter out most of the code as irrelevant: Tab...
Instance::resolve is not set up to resolve items that are not body-like things. The logic in resolve_associated_item very much encodes this assumption: rust/compiler/rustc_ty_utils/s...
1 change: 1 addition & 0 deletions 1 compiler/rustc_borrowck/src/diagnostics/mod.rs Original file line numberDiff line numberDiff line change @@ -48,6 +48,7 @@ mod conflict_errors; mod explain_borrow; mod move_errors; mod mutability_errors; mod opaque_suggestions; mod region_errors; ...
Today I encountered a rather unhelpful suggestion from the compiler (1.47.0): error[E0308]: mismatched types --> src/lib.rs:3:10 | 3 | #[derive(DeriveMacro)] | ^^^ expected `usize`, found `i32` | = note: this error originates in a derive macro (in Nightly builds, run with -...
Auto merge of rust-lang#135783 - compiler-errors:cache-in-closure-bin… Browse files …der, r=<try> Add cache to `FoldEscapingRegions` Fixes rust-lang#135780 ty `@lqd` for the tests Loading branch information bors committed Jan 21, 2025 2 parents b605c65 + 433a4a3 commit f15...
Empowering everyone to build reliable and efficient software. - Auto merge of #138176 - compiler-errors:rigid-sized-obl, r=<try> · rust-lang-ci/rust@51b1964