b53454e2e4
This commit moves reflection (as well as the {:?} format modifier) to a new libdebug crate, all of which is marked experimental. This is a breaking change because it now requires the debug crate to be explicitly linked if the :? format qualifier is used. This means that any code using this feature will have to add `extern crate debug;` to the top of the crate. Any code relying on reflection will also need to do this. Closes #12019 [breaking-change] |
||
---|---|---|
.. | ||
attr-fn-inner.rs | ||
blank-lines.rs | ||
block-comment-multiple-asterisks.rs | ||
block-comment-trailing-whitespace2.rs | ||
block-comment-trailing-whitespace.rs | ||
block-comment-wchar.pp | ||
block-comment-wchar.rs | ||
block-disambig.rs | ||
closure-reform-pretty.rs | ||
disamb-stmt-expr.rs | ||
do1.rs | ||
doc-comments.rs | ||
empty-impl.pp | ||
empty-impl.rs | ||
empty-lines.rs | ||
example1.rs | ||
example2.pp | ||
example2.rs | ||
fn-types.rs | ||
for-comment.rs | ||
issue-929.rs | ||
match-naked-expr-medium.rs | ||
match-naked-expr.rs | ||
path-type-bounds.rs | ||
raw-str-nonexpr.rs | ||
record-trailing-comma.rs | ||
struct-tuple.rs | ||
tag-blank-lines.rs | ||
unary-op-disambig.rs | ||
vec-comments.pp | ||
vec-comments.rs |