Logo
Explore Help
Register Sign In
rust-lang/rust
1
0
Fork 0
You've already forked rust
Code Issues Pull Requests Actions 2 Packages Projects Releases Wiki Activity
Files
master
rust/tests/ui/macros/macro-export-inner-module.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
166 B
Rust
Raw Permalink 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
Scan the entire crate for exported macros It previously missed anything in an inner module.
2014-01-20 09:22:46 -08:00
//@aux-build:macro_export_inner_module.rs
Replace #[phase] with #[plugin] / #[macro_use] / #[no_link]
2014-12-31 20:43:46 -08:00
#[macro_use] #[no_link]
extern mod => extern crate This was previously implemented, and it just needed a snapshot to go through
2014-02-14 10:10:06 -08:00
extern crate macro_export_inner_module;
Scan the entire crate for exported macros It previously missed anything in an inner module.
2014-01-20 09:22:46 -08:00
pub fn main() {
Remove all `i` suffixes
2015-01-25 22:05:03 +01:00
assert_eq!(1, foo!());
Scan the entire crate for exported macros It previously missed anything in an inner module.
2014-01-20 09:22:46 -08:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 3653ms 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