rust/src/librustc_parse/parser
Mazdak Farrokhzad 6f3f1c537b
Rollup merge of #68073 - Centril:fix-68062, r=estebank
expect `fn` after `const unsafe` / `const extern`

Fixes #68062

r? @estebank @petrochenkov
cc @Aaron1011
2020-01-10 02:47:36 +01:00
..
attr.rs Rename syntax_pos to rustc_span in source code 2020-01-01 09:15:18 +03:00
diagnostics.rs - remove syntax::{span_warn!, span_err!, span_fatal!. struct_err!} 2020-01-08 04:25:33 +01:00
expr.rs Rename syntax_pos to rustc_span in source code 2020-01-01 09:15:18 +03:00
generics.rs Extend support of _ in type parameters 2020-01-09 14:20:53 -08:00
item.rs Rollup merge of #68073 - Centril:fix-68062, r=estebank 2020-01-10 02:47:36 +01:00
mod.rs - remove syntax::{span_warn!, span_err!, span_fatal!. struct_err!} 2020-01-08 04:25:33 +01:00
module.rs Rename syntax_pos to rustc_span in source code 2020-01-01 09:15:18 +03:00
pat.rs Rename syntax_pos to rustc_span in source code 2020-01-01 09:15:18 +03:00
path.rs Rename syntax_pos to rustc_span in source code 2020-01-01 09:15:18 +03:00
stmt.rs Rename syntax_pos to rustc_span in source code 2020-01-01 09:15:18 +03:00
ty.rs Parse ?const Trait bound syntax 2020-01-09 16:46:15 -08:00