Skip to content

Commit e24df96

Browse files
committed
edits
1 parent 8455275 commit e24df96

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/lit/lit/formats/Cpp2RustTest.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,8 @@ def build_rust(self):
216216
"strip=symbols",
217217
"-C",
218218
"panic=abort",
219+
"-W", ## TODO: remove this once we fix the errors in the generated code
220+
"static_mut_refs",
219221
"--out-dir",
220222
str(self.tmp_dir),
221223
"-L",

0 commit comments

Comments
 (0)