mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 20:45:45 +03:00
Update pretty test for auto trait syntax.
This commit is contained in:
@@ -12,8 +12,6 @@
|
||||
|
||||
// pp-exact
|
||||
|
||||
trait MyTrait { }
|
||||
|
||||
impl MyTrait for .. { }
|
||||
auto trait MyTrait { }
|
||||
|
||||
pub fn main() { }
|
||||
Reference in New Issue
Block a user