Rustup to 2018-05-11
This commit is contained in:
parent
be3cba8852
commit
665cf96221
11 changed files with 48 additions and 50 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue