rust/compiler/rustc_span/src
Ralf Jung 50d56bc774
Rollup merge of #76825 - lcnr:array-windows-apply, r=varkor
use `array_windows` instead of `windows` in the compiler

I do think these changes are beautiful, but do have to admit that using type inference for the window length
can easily be confusing. This seems like a general issue with const generics, where inferring constants adds an additional
complexity which users have to learn and keep in mind.
2020-09-20 12:08:26 +02:00
..
analyze_source_file mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
source_map mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
symbol mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
analyze_source_file.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
caching_source_map_view.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
def_id.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
edition.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
fatal_error.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
hygiene.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
lib.rs Rollup merge of #76825 - lcnr:array-windows-apply, r=varkor 2020-09-20 12:08:26 +02:00
source_map.rs Adds two source span utility functions used in source-based coverage 2020-08-31 18:41:57 -07:00
span_encoding.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
symbol.rs Note when a a move/borrow error is caused by a deref coercion 2020-09-10 20:56:20 -04:00
tests.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00