Files
rust/src/libcore
Mazdak Farrokhzad 145abd88ca Rollup merge of #61844 - AaronKutch:master, r=Centril
Change `...` to `..=` where applicable

This is mainly to fix #61816, but I decided to manually check a few thousand `...` throughout the code base to check for any other cases. I think I found a documentation bug in `src\libsyntax\ast.rs` where both `1..` and `1...` where mentioned. If there is internal support for both `1..` and `1..=` (that can exist before error handling gets to it), then I can add that back.
There were some other cases that look like `// struct Closure<'l0...'li, T0...Tj, CK, CS, U0...Uk> {`, `// <P0 as Trait<P1...Pn>>::Foo: 'a`, and `assert!(min <= max, "discriminant range is {}...{}", min, max);`, but I am not sure if I should change those.
There are a bunch of cases in the `/test/` directory that could be changed, but I presume I should just leave those be.
2019-06-15 17:45:06 +02:00
..
2019-06-14 12:24:38 -05:00
2019-05-19 13:51:46 +00:00
2019-04-19 01:37:12 +02:00
2019-06-14 12:24:38 -05:00
2019-04-18 14:47:35 +09:00
2019-05-23 12:27:58 +02:00
2019-04-18 14:47:35 +09:00
2019-04-19 01:37:12 +02:00
2019-04-18 14:47:35 +09:00
2019-04-18 14:47:35 +09:00
2019-04-18 14:47:35 +09:00
2019-06-02 14:12:06 +02:00
2019-02-10 23:57:25 +00:00
2019-04-19 01:37:12 +02:00
2018-12-25 21:08:33 -07:00
2019-04-18 14:47:35 +09:00
2019-04-19 01:37:12 +02:00
2019-04-19 01:37:12 +02:00
2018-12-25 21:08:33 -07:00
2019-04-19 01:37:12 +02:00
2019-04-18 14:47:35 +09:00
2019-04-18 14:47:35 +09:00