summary refs log tree commit diff
path: root/src/test/compile-fail/impl-wrong-item-for-trait.rs
AgeCommit message (Collapse)AuthorLines
2016-08-19wording fixes in error messagesJonathan Turner-3/+3
2016-08-07Rollup merge of #35355 - shri3k:E0046, r=jonathandturnerJonathan Turner-0/+3
Updates compiler error E0046 with new format Addresses #35209 as part of #35233. r? @jonathandturner I've repeated the following in my code. If this is something not desirable then let me know if there's any process to make this any cleaner. Thank you. ```rust missing_items.iter() .map(|name| name.to_string()) .collect::<Vec<_>>().join("`, `")) ```
2016-08-07Updates compiler error E0046 with new formatYojan Shrestha-0/+3
2016-08-05Update error message for E0323, E0324 and E0325Vincent Prouillet-1/+6
2015-04-23Feature-gate associated constants.Sean Patrick Santos-0/+2
2015-04-23Add previously omitted associated const tests.Sean Patrick Santos-0/+43