Files
rust/src
bors 098cf88022 Auto merge of #101359 - compiler-errors:cannot-call-trait-object-with-unsized-return, r=lcnr
Point out when a callable is not actually callable because its return is not sized

Fixes #100755

I didn't add a UI test for that one because it's equivalent to the UI test that already exists in the suite.
2022-09-06 05:57:39 +00:00
..
2022-09-04 16:51:11 +01:00
2022-08-31 18:24:55 +08:00
2022-09-02 10:18:12 +02:00
2022-08-27 21:36:08 -07:00
2022-08-29 19:30:11 +02:00
2022-08-05 11:32:46 -04:00

This directory contains the source code of the rust project, including:

  • The test suite
  • The bootstrapping build system
  • Various submodules for tools, like cargo, miri, etc.

For more information on how various parts of the compiler work, see the rustc dev guide.