about summary refs log tree commit diff
path: root/tests/ui/default_trait_access.rs
AgeCommit message (Collapse)AuthorLines
2019-01-08Remove all copyright license headersPhilipp Hansch-9/+0
Discussion previously happened in https://github.com/rust-lang/rust/pull/43498
2018-12-09rustfmt testsMatthias Krüger-4/+1
2018-10-11Stabilize tool lintsOliver Scherer-1/+1
2018-10-06Add license header to Rust filesManish Goregaokar-0/+10
2018-09-03Merge branch 'master' into issue-2879Daniel Wagner-Hall-1/+3
2018-08-29Adapt ui-tests to the tool_lintsflip1995-1/+3
2018-08-27default_trait_access skips <F as Default>::default()Daniel Wagner-Hall-1/+4
This includes the type name, so is clear, and may be necessary. There doesn't seem to be an obviously cleaner way to pull out the literal text of the named type here. Fixes #2879
2018-06-18Exclude generated codeDaniel Wagner-Hall-1/+62
2018-06-14Add default_trait_access lintDaniel Wagner-Hall-0/+39