rust/src/librustc_parse
bors c9bacb70f0 Auto merge of #66671 - matthewjasper:ast-address-of, r=Centril
Ast address-of

This is the parts of #64588 that don't affect MIR. If an address-of expression makes it to MIR lowering we error and lower to the best currently expressible approximation to limit further errors.

r? @Centril
2019-11-25 01:20:38 +00:00
..
lexer move syntax::parse -> librustc_parse 2019-11-10 03:57:18 +01:00
parser Auto merge of #66671 - matthewjasper:ast-address-of, r=Centril 2019-11-25 01:20:38 +00:00
Cargo.toml Update to use new librustc_error_codes library 2019-11-14 13:05:42 +01:00
config.rs Move syntax_expand::config to rustc_parse::config 2019-11-19 21:35:11 -05:00
lib.rs Move syntax_expand::config to rustc_parse::config 2019-11-19 21:35:11 -05:00
validate_attr.rs move syntax::parse -> librustc_parse 2019-11-10 03:57:18 +01:00