diff options
| author | Camille GILLOT <gillot.camille@gmail.com> | 2021-12-13 19:25:36 +0100 |
|---|---|---|
| committer | Camille GILLOT <gillot.camille@gmail.com> | 2021-12-15 19:45:40 +0100 |
| commit | d48dbdc080f45f36ffc756de35c1443f2e05f527 (patch) | |
| tree | 5258ce40ce154feed6bf097ee2a370023cf915ef /src/test/ui | |
| parent | 4a66a704b2c3d30ff07d89380ebb9ba3de3b3182 (diff) | |
| download | rust-d48dbdc080f45f36ffc756de35c1443f2e05f527.tar.gz rust-d48dbdc080f45f36ffc756de35c1443f2e05f527.zip | |
Move generator check earlier in inlining.
Diffstat (limited to 'src/test/ui')
| -rw-r--r-- | src/test/ui/mir/remove-zsts-query-cycle.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/mir/remove-zsts-query-cycle.rs b/src/test/ui/mir/remove-zsts-query-cycle.rs index 8f93c6cadff..be4d68f2de7 100644 --- a/src/test/ui/mir/remove-zsts-query-cycle.rs +++ b/src/test/ui/mir/remove-zsts-query-cycle.rs @@ -2,7 +2,7 @@ // optimized mir -> remove zsts -> layout of a generator -> optimized mir. // // edition:2018 -// compile-flags: --crate-type=lib +// compile-flags: --crate-type=lib -Zinline-mir=yes // build-pass pub async fn listen() -> Result<(), std::io::Error> { |
