about summary refs log tree commit diff
path: root/src/libsyntax
diff options
context:
space:
mode:
authorBjörn Steinbrink <bsteinbr@gmail.com>2014-02-23 12:25:11 +0100
committerAlex Crichton <alex@alexcrichton.com>2014-02-24 21:22:26 -0800
commit0309104cc59d6290fba2fe6dd9bfdc18aacab5f8 (patch)
treeb2b69f5c95c886bc044d7c3e31331be162216127 /src/libsyntax
parent8812e8ad4957e3e201dabb62c6c3a8e0b10333a7 (diff)
downloadrust-0309104cc59d6290fba2fe6dd9bfdc18aacab5f8.tar.gz
rust-0309104cc59d6290fba2fe6dd9bfdc18aacab5f8.zip
Mark by-value parameters that are passed on the stack as nocapture
The by-value argument is a copy that is only valid for the duration of
the function call, therefore keeping any pointer to it that outlives the
call is illegal.
Diffstat (limited to 'src/libsyntax')
0 files changed, 0 insertions, 0 deletions