Downcase std modules again, move to :: for module dereferencing
This should be a snapshot transition.
This commit is contained in:
parent
b1d3364487
commit
3816e57fd2
168 changed files with 7643 additions and 7608 deletions
|
@ -1,11 +1,11 @@
|
|||
// error-pattern:cyclic import
|
||||
// error-pattern::cyclic import
|
||||
|
||||
mod a {
|
||||
import b.x;
|
||||
import b::x;
|
||||
}
|
||||
|
||||
mod b {
|
||||
import a.x;
|
||||
import a::x;
|
||||
|
||||
fn main() {
|
||||
auto y = x;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue