rust/compiler/stable_mir/src
Guillaume Gomez 4d12817716
Rollup merge of #119877 - celinval:smir-visit-projection, r=oli-obk
Add more information to `visit_projection_elem`

Without the starting place, it's hard to retrieve any useful information from visiting a projection.

Note: I still need to add a test.
2024-01-12 15:16:57 +01:00
..
mir Add more information to visit_projection_elem 2024-01-11 17:15:21 -08:00
abi.rs Fix c_variadic flag and add opaque info to PassMode 2023-12-19 11:04:34 -08:00
compiler_interface.rs Fix all_trait* methods to return all trait available 2024-01-09 15:45:03 -08:00
crate_def.rs Improve documentation and fix the fixme comment 2023-11-23 12:29:20 -08:00
error.rs remove redundant imports 2023-12-10 10:56:22 +08:00
lib.rs Fix all_trait* methods to return all trait available 2024-01-09 15:45:03 -08:00
mir.rs Add support to global allocation to stable-mir 2023-11-21 19:16:53 -08:00
target.rs remove some redundant clones 2023-12-11 21:54:36 +01:00
ty.rs Fix all_trait* methods to return all trait available 2024-01-09 15:45:03 -08:00
visitor.rs Restore movability to SMIR 2023-12-28 16:35:01 +00:00