]> git.lizzy.rs Git - rust.git/commit - src/tools/miri
Rollup merge of #81629 - 1000teslas:issue-81365-fix, r=Aaron1011
authorDylan DPC <dylan.dpc@gmail.com>
Tue, 23 Feb 2021 15:10:20 +0000 (16:10 +0100)
committerGitHub <noreply@github.com>
Tue, 23 Feb 2021 15:10:20 +0000 (16:10 +0100)
commit18d12844330df90ac4d309dc545902551634a251
tree6566d08ce177cea2e2b5c81c2f7305d86d549f67
parent446d4533e89db04f9568be4199e56b5fce0d176d
parent1847a6c0c100f75120d9f41cee22cbab503e081c
Rollup merge of #81629 - 1000teslas:issue-81365-fix, r=Aaron1011

Point out implicit deref coercions in borrow

Fixes #81365

`@Aaron1011` I'm not sure why my code shows the note even in an implicit `Deref` call. See the output for `issue-81365-8.rs`.