summary refs log tree commit diff
path: root/src/test/ui/bind-by-move
AgeCommit message (Collapse)AuthorLines
2018-09-17On nightly with NLL, suggest `#![feature(bind_by_move_pattern_guards)]` when ↵Felix S. Klock II-0/+11
it might fix the code.
2018-09-17Tests for `feature(bind_by_move_pattern_guards)`.Felix S. Klock II-11/+1
Apparently copyright notices are no longer necessary apparently. (See #43498 and #53654.)
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+143