File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -23,9 +23,10 @@ Some key source files:
23
23
produced by ` importers/*.cc ` and consumed by ` src_code_gen.rs ` . If source
24
24
code generation needs to understand something about the AST, it must be
25
25
present here.
26
- * [ ` src_code_gen.rs ` ] ( src_code_gen.rs ) : The actual bindings code generation.
27
- This is where the majority of decisions about source code generation go
28
- (e.g. how to represent reference types, which traits to implement, etc.)
26
+ * [ ` generate_bindings/* ` ] ( generate_bindings/ ) : The actual bindings code
27
+ generation. This is where the majority of decisions about source code
28
+ generation go (e.g. how to represent reference types, which traits to
29
+ implement, etc.)
29
30
30
31
In addition, the generated bindings can depend on runtime libraries, found in
31
32
[ ` crubit/support/ ` ] ( ../support/ ) . For example, the Rust type for rvalue
You can’t perform that action at this time.
0 commit comments