rust/tests/ui/chalkify
Mark Rousskov 95ef76b8aa Normalize test output more thoroughly
This prevents differences in local environments, which may (for example)
end up with a longer backtrace with more digits in the backtrace prefix,
as happened to me. While we're at it, clean more of the output up,
including the exact location of the error in the compiler.
2023-01-12 21:28:20 -05:00
..
bugs Normalize test output more thoroughly 2023-01-12 21:28:20 -05:00
arithmetic.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
assert.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
basic.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
builtin-copy-clone.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
chalk_initial_program.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
chalk_initial_program.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
closure.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
closure.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
generic_impls.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
generic_impls.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
impl_wf_2.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
impl_wf_2.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
impl_wf.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
impl_wf.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
inherent_impl_min.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
inherent_impl.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
lower_env1.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
lower_env2.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
lower_env3.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
lower_impl.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
lower_struct.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
lower_trait_higher_rank.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
lower_trait_where_clause.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
lower_trait.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
println.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
projection.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
recursive_where_clause_on_type.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
recursive_where_clause_on_type.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
super_trait.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
trait_implied_bound.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
trait-objects.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
type_implied_bound.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
type_inference.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
type_inference.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
type_wf.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
type_wf.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00