about summary refs log tree commit diff
path: root/src/test/compile-fail/no-patterns-in-args.rs
AgeCommit message (Collapse)AuthorLines
2017-12-14Move compile-fail tests with NOTE/HELP annotations to UIVadim Petrochenkov-29/+0
2017-11-11Accept interpolated patterns in trait method parametersVadim Petrochenkov-4/+0
Remove some outdated messages from "no patterns allowed" errors
2016-08-10Fixed no-pattern-in-args test for new E0130 formattrixnz-2/+5
2016-08-03Properly enforce the "patterns aren't allowed in foreign functions" checkVadim Petrochenkov-0/+30
Apply the same check to function pointer types