rust/src/test/ui/borrowck
Esteban Küber 67696be160 Point only at method signatures and point at trait
- On mismatch between impl and trait method, point at the trait
   signature.
 - Point only at the method signature instead of the whole body on
   trait/impl mismatch errors.
2018-01-28 17:06:30 -08:00
..
borrowck-box-insensitivity.rs
borrowck-box-insensitivity.stderr
borrowck-closures-two-mut.rs
borrowck-closures-two-mut.stderr
borrowck-escaping-closure-error-1.rs
borrowck-escaping-closure-error-1.stderr
borrowck-escaping-closure-error-2.rs
borrowck-escaping-closure-error-2.stderr
borrowck-in-static.rs
borrowck-in-static.stderr
borrowck-move-error-with-note.rs
borrowck-move-error-with-note.stderr
borrowck-move-out-of-vec-tail.rs
borrowck-move-out-of-vec-tail.stderr
borrowck-reinit.rs
borrowck-reinit.stderr
borrowck-report-with-custom-diagnostic.rs
borrowck-report-with-custom-diagnostic.stderr
borrowck-vec-pattern-nesting.rs
borrowck-vec-pattern-nesting.stderr
immutable-arg.rs Modify message to match label 2018-01-10 11:41:12 -08:00
immutable-arg.stderr Modify message to match label 2018-01-10 11:41:12 -08:00
issue-7573.rs Tweak wording and spans of closure lifetime errors 2018-01-19 13:28:43 -08:00
issue-7573.stderr Tweak wording and spans of closure lifetime errors 2018-01-19 13:28:43 -08:00
issue-41962.rs
issue-41962.stderr Tweak to mir borrow in a loop diagnostic 2018-01-03 14:13:32 -08:00
issue-45983.rs Move diagnostic logic to its own module 2018-01-15 11:12:25 -08:00
issue-45983.stderr Move diagnostic logic to its own module 2018-01-15 11:12:25 -08:00
mut-borrow-in-loop.rs
mut-borrow-in-loop.stderr
mut-borrow-outside-loop.rs
mut-borrow-outside-loop.stderr
regions-bound-missing-bound-in-impl.rs For named lifetimes point only at method signature 2018-01-28 12:07:03 -08:00
regions-bound-missing-bound-in-impl.stderr Point only at method signatures and point at trait 2018-01-28 17:06:30 -08:00
regions-escape-bound-fn-2.rs Move diagnostic logic to its own module 2018-01-15 11:12:25 -08:00
regions-escape-bound-fn-2.stderr Move diagnostic logic to its own module 2018-01-15 11:12:25 -08:00
regions-escape-bound-fn.rs Move diagnostic logic to its own module 2018-01-15 11:12:25 -08:00
regions-escape-bound-fn.stderr Tweak wording and spans of closure lifetime errors 2018-01-19 13:28:43 -08:00
regions-escape-unboxed-closure.rs Move diagnostic logic to its own module 2018-01-15 11:12:25 -08:00
regions-escape-unboxed-closure.stderr Tweak wording and spans of closure lifetime errors 2018-01-19 13:28:43 -08:00
unboxed-closures-move-upvar-from-non-once-ref-closure.rs
unboxed-closures-move-upvar-from-non-once-ref-closure.stderr