Skip to content

Commit 9f423af

Browse files
Googlercopybara-github
authored andcommitted
Update the link to bindings code generation.
PiperOrigin-RevId: 715431242 Change-Id: Ifde430573067cf54a8d826b26cdc84dac405425a
1 parent ef8a3f5 commit 9f423af

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

rs_bindings_from_cc/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,10 @@ Some key source files:
2323
produced by `importers/*.cc` and consumed by `src_code_gen.rs`. If source
2424
code generation needs to understand something about the AST, it must be
2525
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.)
2930

3031
In addition, the generated bindings can depend on runtime libraries, found in
3132
[`crubit/support/`](../support/). For example, the Rust type for rvalue

0 commit comments

Comments
 (0)