about summary refs log tree commit diff
path: root/src/test/compile-fail/issue-15260.rs
AgeCommit message (Collapse)AuthorLines
2017-12-14Move compile-fail tests with NOTE/HELP annotations to UIVadim Petrochenkov-41/+0
2016-09-26Update E0025 to new error formatKeith Yeung-8/+17
2016-03-16Stop ignoring expected note/help messages in compiletest suite.Corey Farwell-0/+1
Original issue: https://github.com/rust-lang/rust/issues/21195 Relevant PR: https://github.com/rust-lang/rust/pull/30778 Prior to this commit, if a compiletest testcase included the text "HELP:" or "NOTE:" (note the colons), then it would indicate to the compiletest suite that we should verify "help" and "note" expected messages. This commit updates this check to also check "HELP" and "NOTE" (not the absense of colons) so that we always verify "help" and "note" expected messages.
2015-01-08Update compile fail tests to use usize.Huon Wilson-1/+1
2014-10-24Update tests with the new error messagesJakub Bukaj-5/+17
2014-06-29librustc: Don't ICE on binding same field multiple times in structJonathan Bailey-0/+19
pattern.