diff options
| author | Michael Williamson <mike@zwobble.org> | 2026-07-03 14:25:17 +0100 |
|---|---|---|
| committer | Michael Williamson <mike@zwobble.org> | 2026-07-03 14:25:17 +0100 |
| commit | 98ca09b7b1ff3b82e3bb4de728417b176d56d4e7 (patch) | |
| tree | 66c2c90f0415a5d482bfdc77b3a3a5cef71a5312 /examples/08-custom-code | |
| parent | f70794a17a357c93014059f23db53fae4fcc578c (diff) | |
Qualify global paths
Diffstat (limited to 'examples/08-custom-code')
| -rw-r--r-- | examples/08-custom-code/output/rust/src/gen/shapes.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/08-custom-code/output/rust/src/gen/shapes.rs b/examples/08-custom-code/output/rust/src/gen/shapes.rs index b85ad8c..d0710bb 100644 --- a/examples/08-custom-code/output/rust/src/gen/shapes.rs +++ b/examples/08-custom-code/output/rust/src/gen/shapes.rs @@ -1,5 +1,5 @@ // Generated by hobgoblin. pub struct Square { - pub width: i32, + pub width: ::core::primitive::i32, } |
