rust/src/libsyntax_pos
Ayose 543449d4fd [RFC 2091] Add #[track_caller] attribute.
- The attribute is behind a feature gate.
- Error if both #[naked] and #[track_caller] are applied to the same function.
- Error if #[track_caller] is applied to a non-function item.
- Error if ABI is not "rust"
- Error if #[track_caller] is applied to a trait function.

Error codes and descriptions are pending.
2019-10-07 08:05:21 -07:00
..
analyze_source_file libsyntax_pos: Unconfigure tests during normal build 2019-08-02 01:59:01 +03:00
symbol libsyntax_pos: Unconfigure tests during normal build 2019-08-02 01:59:01 +03:00
analyze_source_file.rs libsyntax_pos: Unconfigure tests during normal build 2019-08-02 01:59:01 +03:00
Cargo.toml remove indexed_vec re-export from rustc_data_structures 2019-09-29 16:48:31 +00:00
edition.rs syntax_pos: Remove the duplicate global edition 2019-08-15 20:41:45 +03:00
hygiene.rs Rollup merge of #64486 - matthewjasper:hygiene-debugging, r=petrochenkov 2019-09-17 21:27:22 -07:00
lib.rs proc_macro: Add Span::mixed_site exposing macro_rules hygiene 2019-10-03 11:28:06 +03:00
span_encoding.rs Increase Span from 4 bytes to 8 bytes. 2019-04-05 12:26:09 +11:00
symbol.rs [RFC 2091] Add #[track_caller] attribute. 2019-10-07 08:05:21 -07:00
tests.rs convert \r\n to \n when loading files 2019-08-14 15:35:12 +03:00