summary refs log tree commit diff
path: root/src/test/ui/lint/opaque-ty-ffi-unsafe.rs
AgeCommit message (Expand)AuthorLines
2021-11-23Fix printing unit return ty, don't elaborate FnOnce unless we see itMichael Goulet-1/+1
2021-11-23Update test outputsMichael Goulet-1/+1
2021-07-27Make all tests use type_alias_impl_trait feature instead of minSantiago Pastorino-3/+1
2021-07-27Use type_alias_impl_trait instead of min in compiler and libSantiago Pastorino-2/+1
2021-03-15Replace `type_alias_impl_trait` by `min_type_alias_impl_trait` with no actual...Oli Scherer-1/+4
2020-09-02pretty: trim paths of unique symbolsDan Aloni-1/+1
2020-06-11Stop special casing top level TAITMatthew Jasper-2/+1
2019-09-10Refactor "not FFI-safe" diagnosticvarkor-1/+1
2019-09-10Forbid opaque types in extern blocksvarkor-0/+16