File tree 2 files changed +2
-6
lines changed
2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 458ac89894bce025553aeda1a9a991e1ca3c05ed
2
+ refs/heads/master: 30447e10919685c490aa5211bbe0dd3059bc8bb4
Original file line number Diff line number Diff line change @@ -19,11 +19,7 @@ import std::option::is_none;
19
19
20
20
// This is not an alias-analyser (though it would merit from becoming one, or
21
21
// 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.
27
23
28
24
tag valid { valid; overwritten ( span, ast:: path) ; val_taken ( span, ast:: path) ; }
29
25
You can’t perform that action at this time.
0 commit comments