Slanterns

Results 15 comments of Slanterns

以及 p147: ```rust fn main() { let mut arr = vec![1i32; 5]; let p = &arr[0]; for i in 1..100 { arr.push(i); } } ``` 也可以正常通过编译,因为 p 的生命周期没有持续到后面。 改成: ```rust...

话说这应该是 NLL 解决了的问题?但是放着当例子还是不合适了,会让人非常迷惑。

The stabilization of https://github.com/rust-lang/rust/pull/95860 has been reverted in https://github.com/rust-lang/rust/pull/99435. (hasn't been backported yet, though)

> What does this mean? Will it happen automatically? Does someone need to r+ it? No, it still requires manually r+.

The extension [CodeLLDB](https://marketplace.visualstudio.com/items?itemName=vadimcn.vscode-lldb) has already offered out-of-box debugging experience for rust (e.g. it can generate launch.json file for rust automatically), can it be included in rls-vscode? Also, what's the current...

> After reloading the extension this happens ![image](https://user-images.githubusercontent.com/38152088/153397153-5e49ed48-114d-4936-b7af-a1a1eac38527.png) Just click "never show again".

> Do you really want to ignore an error like that? Why not? It's just that VSCode detects CSS modification and IMO it's a fully intended behavior.

@rustbot label: +A-const-generics +const-generics-bad-diagnostics +F-generic_const_exprs