rust/src/test/ui/fmt
2022-09-30 17:40:14 +01:00
..
auxiliary Fix format_args capture for macro expanded format strings 2022-09-30 17:40:14 +01:00
format-args-capture-issue-93378.rs Update tests. 2022-09-27 13:31:50 +02:00
format-args-capture-issue-93378.stderr Update tests. 2022-09-27 13:31:50 +02:00
format-args-capture-issue-94010.rs Correctly mark the span of captured arguments in format_args!() 2022-02-16 07:34:06 +00:00
format-args-capture-issue-94010.stderr Correctly mark the span of captured arguments in format_args!() 2022-02-16 07:34:06 +00:00
format-args-capture-issue-102057.rs Fix span of byte-escaped left format args brace 2022-09-28 13:47:17 -07:00
format-args-capture-issue-102057.stderr Fix span of byte-escaped left format args brace 2022-09-28 13:47:17 -07:00
format-args-capture-macro-hygiene.rs Fix format_args capture for macro expanded format strings 2022-09-30 17:40:14 +01:00
format-args-capture-macro-hygiene.stderr Fix format_args capture for macro expanded format strings 2022-09-30 17:40:14 +01:00
format-args-capture-missing-variables.rs Stabilize format_args_capture 2021-11-15 10:14:29 +01:00
format-args-capture-missing-variables.stderr Correctly mark the span of captured arguments in format_args!() 2022-02-16 07:34:06 +00:00
format-args-capture.rs replace feature expression (cfg_panic) in lib and remove expression from tests 2022-02-10 22:06:47 +00:00
format-expanded-string.rs Fix format_args capture for macro expanded format strings 2022-09-30 17:40:14 +01:00
format-expanded-string.stderr Fix format_args capture for macro expanded format strings 2022-09-30 17:40:14 +01:00
format-string-error-2.rs Update format string tests to explicitly escape multiple newlines 2021-08-11 11:35:08 +02:00
format-string-error-2.stderr Update format string tests to explicitly escape multiple newlines 2021-08-11 11:35:08 +02:00
format-string-error.rs Allow any identifier as format arg name 2019-11-28 11:24:51 -08:00
format-string-error.stderr fix one more case of trailing space 2022-06-16 14:40:29 +03:00
format-with-yield-point.rs Mac calls 2022-01-30 11:53:12 -08:00
ifmt-bad-arg.rs Update test. 2022-09-27 13:31:51 +02:00
ifmt-bad-arg.stderr Update test. 2022-09-27 13:31:51 +02:00
ifmt-bad-format-args.rs Move format machinery tests to where they belong 2020-12-04 16:22:36 +03:00
ifmt-bad-format-args.stderr Bless tests 2021-10-15 02:36:58 -05:00
ifmt-unimpl.rs Move format machinery tests to where they belong 2020-12-04 16:22:36 +03:00
ifmt-unimpl.stderr Reword "Required because of the requirements on the impl of ..." 2022-08-18 21:08:08 +01:00
ifmt-unknown-trait.rs Move format machinery tests to where they belong 2020-12-04 16:22:36 +03:00
ifmt-unknown-trait.stderr Move format machinery tests to where they belong 2020-12-04 16:22:36 +03:00
incorrect-separator.rs Improve recovery on malformed format call 2020-09-02 13:18:19 +02:00
incorrect-separator.stderr Improve recovery on malformed format call 2020-09-02 13:18:19 +02:00
issue-86085.rs Fix span calculation in format strings 2021-06-07 17:42:42 +02:00
issue-86085.stderr Fix span calculation in format strings 2021-06-07 17:42:42 +02:00
issue-89173.rs Improve error message for printf-style format strings 2021-09-29 02:02:45 +02:00
issue-89173.stderr Improve error message for printf-style format strings 2021-09-29 02:02:45 +02:00
issue-91556.rs Fix span calculation on secondary_label as well 2021-12-09 09:09:39 -08:00
issue-91556.stderr Fix span calculation on secondary_label as well 2021-12-09 09:09:39 -08:00
send-sync.rs Remove licenses 2018-12-25 21:08:33 -07:00
send-sync.stderr Comment a bit, use find_ancestor_in_same_ctxt to suppress some weird macro notes 2022-08-21 02:35:11 +00:00
struct-field-as-captured-argument.fixed add tests for Debug formatters and precision formatters 2022-08-03 11:28:00 +09:00
struct-field-as-captured-argument.rs add tests for Debug formatters and precision formatters 2022-08-03 11:28:00 +09:00
struct-field-as-captured-argument.stderr add tests for Debug formatters and precision formatters 2022-08-03 11:28:00 +09:00