about summary refs log tree commit diff
path: root/tests/ui/const-generics/late-bound-vars
AgeCommit message (Collapse)AuthorLines
2024-03-20make `type_flags(ReError) & HAS_ERROR`Ali MJ Al-Nasrawy-42/+1
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-4/+4
2024-02-08Continue to borrowck even if there were previous errorsOli Scherer-1/+33
2024-01-09Avoid silencing relevant follow-up errorsOli Scherer-1/+10
2023-11-24Show number in error message even for one errorNilstrieb-2/+2
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
2023-09-05Restore some removed testsMichael Goulet-12/+50
2023-09-05Correctly deny late-bound lifetimes from parent in anon consts and TAITsMichael Goulet-58/+56
2023-08-30Update failure statusJohn Kåre Alsaker-2/+5
2023-08-01Auto merge of #112849 - m-ou-se:panic-message-format, r=thomccbors-2/+2
Change default panic handler message format. This changes the default panic hook's message format from: ``` thread '{thread}' panicked at '{message}', {location} ``` to ``` thread '{thread}' panicked at {location}: {message} ``` This puts the message on its own line without surrounding quotes, making it easiser to read. For example: Before: ``` thread 'main' panicked at 'env variable `IMPORTANT_PATH` should be set by `wrapper_script.sh`', src/main.rs:4:6 ``` After: ``` thread 'main' panicked at src/main.rs:4:6: env variable `IMPORTANT_PATH` should be set by `wrapper_script.sh` ``` --- See this PR by `@nyurik,` which does that for only multi-line messages (specifically because of `assert_eq`): https://github.com/rust-lang/rust/pull/111071 This is the change that does that for *all* panic messages.
2023-07-31normalize backtrace error messagesyukang-5/+5
2023-07-29print omitted frames count for short backtrace modeyukang-0/+2
2023-07-29Change default panic handler message format.Mara Bos-2/+2
2023-07-11typeck in parallelSparrowLii-4/+2
2023-05-05improve diagnostics and bless testsBoxy-2/+63
2023-01-11Move /src/test to /testsAlbert Larsan-0/+34