rust/src/libsyntax_pos
bors c1c60d292e Auto merge of #61209 - matthewjasper:const-tuple-constructors, r=oli-obk
Make tuple constructors real const fns

Mir construction special cases `Ctor(...)` to be lowered as `Ctor { 0: ... }`, which means this doesn't come up much in practice, but it seems inconsistent not to allow this.

r? @oli-obk
2019-06-07 09:41:06 +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 Add modernize_and_adjust methods. 2019-06-05 09:09:35 +10: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 #61209 - matthewjasper:const-tuple-constructors, r=oli-obk 2019-06-07 09:41:06 +00:00