Yukang
Yukang
Yes, it's fixed in nightly.
@Aaron1011 Do you have any suggestion for this case? The code path is going like this: Parser eat the first one of '>' at here and set `break_last_token`: https://github.com/rust-lang/rust/blob/dbaf3e67aa156db0031a24383f3cc371a10da13b/compiler/rustc_parse/src/parser/mod.rs#L706 fall...
@cjgillot I have some investigations on the `expr` functions, seems generate ItemLocalId first for the parent will involve many changes, especially for the functions which contains more logic, such as...
Will merge after PR: #103185
For the code, even compiler suggest use `try_into()`, the type is also need to be updated: something like: ```rust let foobar: Result = 4.try_into(); ``` The message is given for...
r? @lcnr Help me on merging it, afraid need to rebase with master again, 😁
yes, learned it, hah :) ```console The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. Despite its name, LLVM has little to do with traditional...