diff options
| author | Eduard-Mihai Burtescu <edy.burt@gmail.com> | 2018-12-19 12:31:35 +0200 |
|---|---|---|
| committer | Eduard-Mihai Burtescu <edy.burt@gmail.com> | 2019-03-15 13:25:10 +0200 |
| commit | e0c75ff40def45bbf39bfed5766a1a8a56f2409f (patch) | |
| tree | 2481a8ecd209948f09dcd09f1e012a968c1bd88c /src/test/mir-opt | |
| parent | f1af5a77a00225bec61c0ae7218031123364b619 (diff) | |
| download | rust-e0c75ff40def45bbf39bfed5766a1a8a56f2409f.tar.gz rust-e0c75ff40def45bbf39bfed5766a1a8a56f2409f.zip | |
rustc: rename item_path to def_path (except the module in ty).
Diffstat (limited to 'src/test/mir-opt')
| -rw-r--r-- | src/test/mir-opt/issue-41697.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/mir-opt/issue-41697.rs b/src/test/mir-opt/issue-41697.rs index 9db25b15f68..5a461d61482 100644 --- a/src/test/mir-opt/issue-41697.rs +++ b/src/test/mir-opt/issue-41697.rs @@ -1,7 +1,7 @@ // Regression test for #41697. Using dump-mir was triggering // artificial cycles: during type-checking, we had to get the MIR for // the constant expressions in `[u8; 2]`, which in turn would trigger -// an attempt to get the item-path, which in turn would request the +// an attempt to get the def-path, which in turn would request the // types of the impl, which would trigger a cycle. We suppressed this // cycle now by forcing mir-dump to avoid asking for types of an impl. |
