about summary refs log tree commit diff
path: root/src/test/ui/async-await/async-unsafe-fn-call-in-safe.rs
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-25/+0
2022-04-26Revert "add `DefId` to unsafety violations and display function path in E0133"Oli Scherer-4/+8
2022-04-24add `DefId` to unsafety violations and display function path in E0133Emil Gardström-4/+4
2021-05-22Remove some errors in UI testsLeSeulArtichaut-2/+2
2021-05-11Test `-Zthir-unsafeck` for unsafe function callsLeSeulArtichaut-0/+2
2019-08-20Remove async_await gates from tests.Mazdak Farrokhzad-2/+0
2019-07-12test E0133 when calling free/impl `async unsafe fn` in `async fn`Delan Azabani-0/+5
2019-07-12remove unused #![feature(async_closure)]Delan Azabani-1/+1
2019-07-12test E0133 when calling free/impl `async unsafe fn` in safe codeDelan Azabani-0/+16