syntax: recovery for incorrect associated item paths like [T; N]::clone

This commit is contained in:
Vadim Petrochenkov
2017-12-17 01:53:11 +03:00
parent af57acef1c
commit 70e5c37319
9 changed files with 357 additions and 20 deletions

View File

@@ -22,6 +22,7 @@
#![feature(unicode)]
#![feature(rustc_diagnostic_macros)]
#![feature(match_default_bindings)]
#![feature(i128_type)]
// See librustc_cratesio_shim/Cargo.toml for a comment explaining this.