summary refs log tree commit diff
path: root/src/test/compile-fail/method-call-err-msg.rs
AgeCommit message (Collapse)AuthorLines
2015-01-08Update compile fail tests to use isize.Huon Wilson-2/+2
2014-04-24Calibrate span for method call error messagesEdward Wang-0/+30
Specifically, the method parameter cardinality mismatch or missing method error message span now gets method itself exactly. It was the whole expression. Closes #9390 Closes #13684 Closes #13709