]> git.lizzy.rs Git - rust.git/commit
Auto merge of #35787 - canndrew:bang_type_refactor_check, r=eddyb
authorbors <bors@rust-lang.org>
Mon, 5 Sep 2016 11:29:47 +0000 (04:29 -0700)
committerGitHub <noreply@github.com>
Mon, 5 Sep 2016 11:29:47 +0000 (04:29 -0700)
commit58dc448f8c29d0262f2cde76a9d21343921b23fd
treecbd388c8aedbbb51618d0e95c39b67729d18911a
parent2dbf600d159a5c65b53419f1669834d1f81496a7
parentc9a340e546ac2c708d6f334a83cfbf6a38810255
Auto merge of #35787 - canndrew:bang_type_refactor_check, r=eddyb

Typecheck refactor for `!`

Ping @nikomatsakis @eddyb. This is the PR for the typeck refactor for `!`. Is this what you guys had in mind? Is there anything else that needs doing on it?