about summary refs log tree commit diff
path: root/src/test/ui/synthetic-param.rs
AgeCommit message (Collapse)AuthorLines
2021-11-18rustc: Remove `#[rustc_synthetic]`Vadim Petrochenkov-28/+0
This function parameter attribute was introduced in https://github.com/rust-lang/rust/pull/44866 as an intermediate step in implementing `impl Trait`, it's not necessary or used anywhere by itself.
2019-10-20Improve error message for APIT with explicit generic parametersvarkor-3/+3
This is disallowed with type or const generics.
2018-12-25Remove licensesMark Rousskov-10/+0
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+38