rust/compiler/rustc_expand
Guillaume Gomez a777d50b24
Rollup merge of #97478 - JohnTitor:fixme-fn-decl, r=compiler-errors
Remove FIXME on `ExtCtxt::fn_decl()`

`ExtCtxt::fn_decl()` is used like `self.fn_decl(..)` or `self.cx.fn_decl(..)`, coverting it to an assoc fn, for example, makes it inconvenience (e.g. `self.cx.fn_decl(..)` would be longer to represent). Given that, it doesn't seem a "FIXME" thing and unused `self` is okay, I think.
2022-05-29 01:12:30 +02:00
..
src Rollup merge of #97478 - JohnTitor:fixme-fn-decl, r=compiler-errors 2022-05-29 01:12:30 +02:00
Cargo.toml Migrate to 2021 2021-09-20 22:21:42 -04:00