Files
rust/compiler
Matthias Krüger fef1fc4349 Rollup merge of #109441 - oli-obk:fn_trait_new_solver, r=compiler-errors
Only implement Fn* traits for extern "Rust" safe function pointers and items

Since calling the function via an `Fn` trait will assume `extern "Rust"` ABI and not do any safety checks, only safe `extern "Rust"` function can implement the `Fn` traits. This syncs the logic between the old solver and the new solver.

r? `@compiler-errors`
2023-03-21 19:00:14 +01:00
..
2023-03-11 10:53:47 -06:00
2023-03-11 22:51:57 +01:00
2023-02-02 07:47:39 +01:00
2023-03-15 08:55:22 -04:00
2023-03-20 00:55:36 +01:00
2023-03-07 22:46:39 -08:00
2023-03-21 09:28:52 +11:00
2023-03-11 22:51:57 +01:00