diff options
| author | Niko Matsakis <niko@alum.mit.edu> | 2011-10-07 15:51:55 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2011-10-12 16:32:57 -0700 |
| commit | 8ea1a8eef99f6662ac29c92e4dfad19a09a9f4ca (patch) | |
| tree | 72d26368298352a945dbe7457a66e56413ef536a /src/test | |
| parent | 8366f3caa39eb5c5b8e503d01f2d85d169892237 (diff) | |
| download | rust-8ea1a8eef99f6662ac29c92e4dfad19a09a9f4ca.tar.gz rust-8ea1a8eef99f6662ac29c92e4dfad19a09a9f4ca.zip | |
make treatment of unchecked/unsafe blocks more uniform
also repair various errors in the parser related to such blocks. rename checked_blk to default_blk to reflect the fact that it inherits its purity from the surrounding context.
Diffstat (limited to 'src/test')
| -rwxr-xr-x | src/test/run-pass/unsafe-fn-called-from-unsafe-blk | bin | 0 -> 9936 bytes |
1 files changed, 0 insertions, 0 deletions
diff --git a/src/test/run-pass/unsafe-fn-called-from-unsafe-blk b/src/test/run-pass/unsafe-fn-called-from-unsafe-blk
new file mode 100755
index 00000000000..a57f8f90ca9
--- /dev/null
+++ b/src/test/run-pass/unsafe-fn-called-from-unsafe-blk
Binary files differ |
