1
Fork 0

Rustup to 2018-05-11

This commit is contained in:
Philipp Hansch 2018-05-11 08:37:48 +02:00 committed by Oliver Schneider
parent be3cba8852
commit 665cf96221
No known key found for this signature in database
GPG key ID: 1D5CB4FC597C3004
11 changed files with 48 additions and 50 deletions

View file

@ -63,10 +63,8 @@ fn check_arguments<'a, 'tcx>(cx: &LateContext<'a, 'tcx>, arguments: &[Expr], typ
match parameter.sty {
ty::TyRef(
_,
ty::TypeAndMut {
mutbl: MutImmutable,
..
},
_,
_,
) |
ty::TyRawPtr(ty::TypeAndMut {
mutbl: MutImmutable,