Skip to content

Commit 65fcd92

Browse files
committed
Add an unresolved question about Cargo integration
1 parent fb5c867 commit 65fcd92

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

text/0000-stable-overflow-checks.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,13 @@ overflow checks.
5252
# Unresolved questions
5353
[unresolved]: #unresolved-questions
5454

55-
None.
55+
Cargo might also add a profile option like
56+
57+
```toml
58+
[profile.dev]
59+
overflow-checks = true
60+
```
61+
62+
This may also be accomplished by Cargo's pending support for passing
63+
arbitrary flags to rustc.
64+

0 commit comments

Comments
 (0)