]> git.lizzy.rs Git - rust.git/commit
Fixed regression in associated item resolution with default type parameters that...
authorSean Bowe <ewillbefull@gmail.com>
Sun, 13 Sep 2015 20:14:04 +0000 (14:14 -0600)
committerSean Bowe <ewillbefull@gmail.com>
Sun, 13 Sep 2015 20:14:04 +0000 (14:14 -0600)
commit522d4b0a354b60b1b69d15773197c4c3dba521a5
treeef11c1e3431f5ceee32f0e156a3f525548e1717c
parentfd230ff12481ebeba720fb1ac1f610d93bb74920
Fixed regression in associated item resolution with default type parameters that reference Self in traits.
src/librustc_typeck/astconv.rs
src/test/compile-fail/issue-28344.rs [new file with mode: 0644]
src/test/compile-fail/unspecified-self-in-trait-ref.rs [new file with mode: 0644]