| Age | Commit message (Collapse) | Author | Lines |
|
This commit removes pretty-expanded from all tests that wind up calling panic!
one way or another now that its internals are unstable.
|
|
Now that features must be declared expanded source often does not compile.
This adds 'pretty-expanded' to a bunch of test cases that still work.
|
|
|
|
Closes #20421
[breaking-change]
|
|
This does NOT break any existing programs because the `[_, ..n]` syntax is also supported.
|
|
This fixes the gap in the language definition causing #18726 by defining
a clear bound on the maximum size for libraries to enforce.
Closes #18069
|