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
58e901b6fd1163172149fd422565523b17eed5f0
rust/tests/ui/statics/static-fn-trait-xc.rs

13 lines
212 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
Fix encoding of trait static method paths. Closes #4097. r=pcwalton
2012-12-13 14:55:08 -08:00
// aux-build:static_fn_trait_xc_aux.rs
rustdoc: Replace no-pretty-expanded with pretty-expanded Now that features must be declared expanded source often does not compile. This adds 'pretty-expanded' to a bunch of test cases that still work.
2015-03-22 13:13:15 -07:00
// pretty-expanded FIXME #23616
Unquote all crate names without underscores
2015-03-27 10:58:12 -07:00
extern crate static_fn_trait_xc_aux as mycore;
Fix encoding of trait static method paths. Closes #4097. r=pcwalton
2012-12-13 14:55:08 -08:00
test: Fix botched regex. rs=bustage
2013-01-08 10:35:20 -08:00
use mycore::num;
Fix encoding of trait static method paths. Closes #4097. r=pcwalton
2012-12-13 14:55:08 -08:00
check-fast fallout from removing export, r=burningtree
2013-02-01 19:43:17 -08:00
pub fn main() {
Remove all `i` suffixes
2015-01-25 22:05:03 +01:00
let _1: f64 = num::Num2::from_int2(1);
Fix encoding of trait static method paths. Closes #4097. r=pcwalton
2012-12-13 14:55:08 -08:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 4832ms Template: 4ms
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