Module syntax::parse::obsoleteExperimental [-]  [+] [src]

Support for parsing unsupported, old syntaxes, for the purpose of reporting errors. Parsing of these syntaxes is tested by compile-test/obsolete-syntax.rs.

Obsolete syntax that becomes too hard to parse can be removed.

Reexports

pub use self::ObsoleteSyntax::*;

Enums

ObsoleteSyntax

The specific types of unsupported syntax

Traits

ParserObsoleteMethods