rust/src/test/ui/impl-header-lifetime-elision
David Wood 539404b77d
Update output for borrowck=migrate compare mode.
This commit updates the test output for the updated NLL compare mode
that uses `-Z borrowck=migrate` rather than `-Z borrowck=mir`. The
previous commit changes `compiletest` and this commit only updates
`.nll.stderr` files.
2018-10-17 00:57:32 +02:00
..
assoc-type.rs
assoc-type.stderr
dyn-trait.rs
dyn-trait.stderr
explicit-and-elided-same-header.rs Allow both explicit and elided lifetimes in the same impl header 2018-09-22 01:45:42 -07:00
path-elided.rs
path-elided.stderr Extract impl_header_lifetime_elision out of in_band_lifetimes 2018-08-03 00:08:44 -07:00
path-underscore.rs
ref-underscore.rs
trait-elided.rs
trait-elided.stderr
trait-underscore.rs