Skip to content

Commit 627f9ce

Browse files
committed
---
yaml --- r: 5115 b: refs/heads/master c: 30447e1 h: refs/heads/master i: 5113: 7229c54 5111: 9c1f35f v: v3
1 parent 8718952 commit 627f9ce

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

[refs]

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 458ac89894bce025553aeda1a9a991e1ca3c05ed
2+
refs/heads/master: 30447e10919685c490aa5211bbe0dd3059bc8bb4

trunk/src/comp/middle/alias.rs

+1-5
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,7 @@ import std::option::is_none;
1919

2020
// This is not an alias-analyser (though it would merit from becoming one, or
2121
// getting input from one, to be more precise). It is a pass that checks
22-
// whether aliases are used in a safe way. Beyond that, though it doesn't have
23-
// a lot to do with aliases, it also checks whether assignments are valid
24-
// (using an lval, which is actually mutable), since it already has all the
25-
// information needed to do that (and the typechecker, which would be a
26-
// logical place for such a check, doesn't).
22+
// whether aliases are used in a safe way.
2723

2824
tag valid { valid; overwritten(span, ast::path); val_taken(span, ast::path); }
2925

0 commit comments

Comments
 (0)