rust/library/test/src
T-O-R-U-S 72a25d05bf Use implicit capture syntax in format_args
This updates the standard library's documentation to use the new syntax. The
documentation is worthwhile to update as it should be more idiomatic
(particularly for features like this, which are nice for users to get acquainted
with). The general codebase is likely more hassle than benefit to update: it'll
hurt git blame, and generally updates can be done by folks updating the code if
(and when) that makes things more readable with the new format.

A few places in the compiler and library code are updated (mostly just due to
already having been done when this commit was first authored).
2022-03-10 10:23:40 -05:00
..
formatters Use implicit capture syntax in format_args 2022-03-10 10:23:40 -05:00
helpers Use implicit capture syntax in format_args 2022-03-10 10:23:40 -05:00
stats
term Use implicit capture syntax in format_args 2022-03-10 10:23:40 -05:00
bench.rs move core::hint::black_box under its own feature gate 2021-04-25 11:08:12 +02:00
cli.rs Use implicit capture syntax in format_args 2022-03-10 10:23:40 -05:00
console.rs Use implicit capture syntax in format_args 2022-03-10 10:23:40 -05:00
event.rs Implement #85440 2021-09-29 21:51:46 -04:00
lib.rs Use implicit capture syntax in format_args 2022-03-10 10:23:40 -05:00
options.rs feat(libtest): Add JUnit formatter 2021-04-25 15:51:50 -07:00
stats.rs Remove unused allow deprecated 2021-12-29 18:06:01 +01:00
term.rs Remove unused stuff and switch to pub(crate) whenever possible. 2021-07-18 22:00:41 +08:00
test_result.rs Use implicit capture syntax in format_args 2022-03-10 10:23:40 -05:00
tests.rs Switch bootstrap cfgs 2022-02-25 08:00:52 -05:00
time.rs Use optflag for --report-time 2022-01-30 10:25:40 -05:00
types.rs Switch bootstrap cfgs 2022-02-25 08:00:52 -05:00