This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2025-05-03 05:27:36 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
901b340c1f
rust
/
tests
/
ui
/
stability-attribute
/
stability-in-private-module.rs
5 lines
87 B
Rust
Raw
Normal View
History
Unescape
Escape
Add test
2019-02-04 10:26:46 +00:00
fn
main
(
)
{
refer to a different module in UI test
2024-03-31 13:38:22 +00:00
let
_
=
std
::
sys
::
os
::
errno
(
)
;
//~^ERROR module `sys` is private
Add test
2019-02-04 10:26:46 +00:00
}
Reference in New Issue
Copy Permalink