]> git.lizzy.rs Git - rust.git/commit
Merge #3696 #3698 #3703
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>
Tue, 24 Mar 2020 08:54:30 +0000 (08:54 +0000)
committerGitHub <noreply@github.com>
Tue, 24 Mar 2020 08:54:30 +0000 (08:54 +0000)
commitc6db6e235219e364d38a31a720cbe3d75f5c8c15
tree86d23f9b64f29567b21c251384d6f6be1d0548b7
parentd5f77f3b6db604191c8b6856279a7bb5e0390375
parent4cee3e9f22a7d5845a97062fd1ab7a3e7119cb7f
parent4e43df26b2650cdef4178d2493e70c0ce946e39c
parentbe4977da7fa78ae386b595ef2227d034ebb3a7e5
Merge #3696 #3698 #3703

3696: vscode: more type safety r=matklad a=Veetaha

3698: Consider references when applying postfix completions r=matklad a=SomeoneToIgnore

Sometimes my RA debugging workflow breaks because `.dbg` is applied to the variable that is used later in the code.
It's safer to consider the refences to avoid this for completions that may trigger the move.

3703: Don't try to enable proposed API's on stable r=matklad a=matklad

bors r+
🤖

Co-authored-by: veetaha <veetaha2@gmail.com>
Co-authored-by: Kirill Bulatov <mail4score@gmail.com>
Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>