Module syntax::parse::obsolete
[−]
[src]
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
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.
Enums
ObsoleteSyntax |
[ Experimental ] The specific types of unsupported syntax |
Traits
ParserObsoleteMethods |
[ Experimental ]
|