]> git.lizzy.rs Git - rust.git/commit
Enforce consistent drop order w/ async methods.
authorDavid Wood <david@davidtw.co>
Wed, 13 Mar 2019 09:45:36 +0000 (10:45 +0100)
committerDavid Wood <david@davidtw.co>
Sun, 21 Apr 2019 15:46:32 +0000 (16:46 +0100)
commit61346557cef165e69beef7d4eb45583020ecf988
treefb29d4cb07897c49d7a04a85a517869afd6952d2
parent7c6dc7a254eacec43b95862a5a943b3e8435aaa6
Enforce consistent drop order w/ async methods.

This commit extends the previous commit to apply to trait methods as
well as free functions.
src/librustc/hir/lowering.rs
src/test/run-pass/issue-54716.rs