This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
d730f27fc8
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 19:26:46 +09:00
fn
main
(
)
{
refer to a different module in UI test
2024-03-31 15:38:22 +02:00
let
_
=
std
::
sys
::
os
::
errno
(
)
;
//~^ERROR module `sys` is private
Add test
2019-02-04 19:26:46 +09:00
}
Copy permalink