rust/src/libsyntax_pos
bors 3f511ade5b Auto merge of #60669 - c410-f3r:attrs-fn, r=petrochenkov
Allow attributes in formal function parameters

Implements https://github.com/rust-lang/rust/issues/60406.

This is my first contribution to the compiler and since this is a large and complex project, I am not fully aware of the consequences of the changes I have made.

**TODO**

- [x] Forbid some built-in attributes.
- [x] Expand cfg/cfg_attr
2019-06-12 07:38:01 +00:00
..
analyze_source_file.rs rustc: doc comments 2019-02-10 23:42:32 +00:00
Cargo.toml Use a proc macro to declare preallocated symbols 2019-04-15 07:23:01 +02:00
edition.rs Move edition outside the hygiene lock and avoid accessing it 2019-05-21 18:17:05 +02:00
hygiene.rs Addressed points raised in review. 2019-06-05 21:09:27 +01:00
lib.rs Rollup merge of #61568 - Mark-Simulacrum:symbol-fmt-macros, r=estebank 2019-06-12 04:22:47 +02:00
span_encoding.rs Increase Span from 4 bytes to 8 bytes. 2019-04-05 12:26:09 +11:00
symbol.rs Auto merge of #60669 - c410-f3r:attrs-fn, r=petrochenkov 2019-06-12 07:38:01 +00:00