mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
2ab9ebfd98
UI automation # To move issue-3154 and issue-16774 to functional subdirectories: I have moved 2 tests from tests/ui/issues to their appropriate directories using "test-manager" tool. ## Changes: - Moved tests/ui/issues/issue-3154.rs to tests/ui/borrowck/missing-lifetime-in-return.rs - Moved tests/ui/issues/issue-16774.rs to tests/ui/deref/derefmut-closure-drop-order.rs These moves where performed using the test-manager automation tool.