about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorKeith Yeung <kungfukeith11@gmail.com>2017-11-25 13:57:51 -0800
committerKeith Yeung <kungfukeith11@gmail.com>2017-11-25 13:57:51 -0800
commitefa3ed216eb6be151ead35339b690f93ac251935 (patch)
treee7bc826fd81ac606236f2aa02e3f3666d47c1346 /src
parent0996bb09018ce8e17dd421e814982ad9b0d7a172 (diff)
downloadrust-efa3ed216eb6be151ead35339b690f93ac251935.tar.gz
rust-efa3ed216eb6be151ead35339b690f93ac251935.zip
Disable region-liveness-drop-no-may-dangle.rs
Diffstat (limited to 'src')
-rw-r--r--src/test/mir-opt/nll/region-liveness-drop-no-may-dangle.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/mir-opt/nll/region-liveness-drop-no-may-dangle.rs b/src/test/mir-opt/nll/region-liveness-drop-no-may-dangle.rs
index aaeebe74951..3d92054b0b2 100644
--- a/src/test/mir-opt/nll/region-liveness-drop-no-may-dangle.rs
+++ b/src/test/mir-opt/nll/region-liveness-drop-no-may-dangle.rs
@@ -13,6 +13,7 @@
 // including) the call to `use_x`. The `else` branch is not included.
 
 // ignore-tidy-linelength
+// ignore-test #46267
 // compile-flags:-Znll -Zverbose
 //                     ^^^^^^^^^ force compiler to dump more region information