]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #61444 - estebank:const-pt-as-ref, r=matthewjasper
authorMazdak Farrokhzad <twingoow@gmail.com>
Tue, 4 Jun 2019 02:48:19 +0000 (04:48 +0200)
committerGitHub <noreply@github.com>
Tue, 4 Jun 2019 02:48:19 +0000 (04:48 +0200)
commit28ce2b1fdb53562ab3ed4e3b1f6b62a57c68f3e9
treefcdc0040ae0f4ccccc7a99c84346b1140c731bcf
parent1ae4727f3f41dd8e1c18e4e3a43ba2f1a23145a6
parenteb73b73b8d50b29658d87670670d939746b2d00c
Rollup merge of #61444 - estebank:const-pt-as-ref, r=matthewjasper

Suggest using `as_ref` on `*const T`

Fix #21596.