diff options
| author | Oneirical <manchot@videotron.ca> | 2024-07-11 15:52:04 -0400 |
|---|---|---|
| committer | Oneirical <manchot@videotron.ca> | 2024-07-26 14:17:11 -0400 |
| commit | 61a6afe60ced9a6120403158dd8caf40f8a583a4 (patch) | |
| tree | fbd8895c0791bdbb5d9dbd66a84e44b558638b09 /tests/run-make/json-error-no-offset/submodule | |
| parent | 83234a0f21a46536cedfd46dc8d0f2d447565541 (diff) | |
| download | rust-61a6afe60ced9a6120403158dd8caf40f8a583a4.tar.gz rust-61a6afe60ced9a6120403158dd8caf40f8a583a4.zip | |
Rewrite and rename issue-35164 to rmake
Diffstat (limited to 'tests/run-make/json-error-no-offset/submodule')
| -rw-r--r-- | tests/run-make/json-error-no-offset/submodule/mod.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/run-make/json-error-no-offset/submodule/mod.rs b/tests/run-make/json-error-no-offset/submodule/mod.rs new file mode 100644 index 00000000000..a9045b242fb --- /dev/null +++ b/tests/run-make/json-error-no-offset/submodule/mod.rs @@ -0,0 +1,3 @@ +pub fn foo() { + let _MyFoo = 2; +} |
