提交 3d0774f5 编写于 作者: S Sean Bowe

Added test for partially supplied type params in which remaining reference non-existant self

上级 af3a0b08
......@@ -25,4 +25,6 @@ fn main() {
//~^ ERROR no associated item named
let d = Bar::<usize, _>::lol();
//~^ ERROR no associated item named
let e = Bar::<usize>::lol();
//~^ ERROR must be explicitly specified
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册