From 65fcd92ee94ff7ab4f92ad676f4a277838fb590a Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Thu, 10 Mar 2016 00:26:05 +0000 Subject: [PATCH] Add an unresolved question about Cargo integration --- text/0000-stable-overflow-checks.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/text/0000-stable-overflow-checks.md b/text/0000-stable-overflow-checks.md index 2c0a27a1707..1762bc29325 100644 --- a/text/0000-stable-overflow-checks.md +++ b/text/0000-stable-overflow-checks.md @@ -52,4 +52,13 @@ overflow checks. # Unresolved questions [unresolved]: #unresolved-questions -None. \ No newline at end of file +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. +