Logo
Explore Help
Register Sign In
rust-lang/rust
1
0
Fork 0
You've already forked rust
Code Issues Pull Requests Actions 1 Packages Projects Releases Wiki Activity
Files
e53d6dd35bb38b81dff4b00497f4c152e9009499
rust/tests/ui/modules/mod_dir_implicit.rs

8 lines
107 B
Rust
Raw Normal View History

Add `// run-pass` annotations to all the tests under `ui/run-pass/`. (I may have accidentally added it to some auxilliary crates as well; my emacs-macro-based methodology was pretty crude.)
2018-08-30 14:18:55 +02:00
// run-pass
stdlib: Make io failures recoverable by returning a result
2011-10-28 21:19:59 -07:00
syntax: Bless mod.rs. #4116 When loading a module the parser will look for either foo.rs or foo/mod.rs and generate an error when both are found.
2013-07-19 19:11:30 -07:00
mod mod_dir_implicit_aux;
pub fn main() {
assert_eq!(mod_dir_implicit_aux::foo(), 10);
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 4634ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API