Skip to content

Commit

Permalink
Add an unresolved question about Cargo integration
Browse files Browse the repository at this point in the history
  • Loading branch information
brson committed Mar 10, 2016
1 parent fb5c867 commit 65fcd92
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion text/0000-stable-overflow-checks.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,13 @@ overflow checks.
# Unresolved questions
[unresolved]: #unresolved-questions

None.
Cargo might also add a profile option like

```toml
[profile.dev]
overflow-checks = true
```

This may also be accomplished by Cargo's pending support for passing
arbitrary flags to rustc.

0 comments on commit 65fcd92

Please sign in to comment.