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
55b6f649024b372af901b3412a6d36c4284ccf3d
rust/tests/pretty/raw-str-nonexpr.rs

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

10 lines
164 B
Rust
Raw Normal View History

Fixup a few tests needing asm support
2022-10-19 11:34:00 -07:00
// needs-asm-support
pp: add test for raw strs in non-expression positions
2013-10-05 07:25:59 +02:00
// pp-exact
Convert cfg syntax to new system This removes the ability to use `foo(bar)` style cfgs. Switch them to `foo_bar` or `foo="bar"` instead. [breaking-change]
2014-09-24 20:22:57 -07:00
#[cfg(foo = r#"just parse this"#)]
rustc: Add support for `extern crate foo as bar` The compiler will now issue a warning for crates that have syntax of the form `extern crate "foo" as bar`, but it will still continue to accept this syntax. Additionally, the string `foo-bar` will match the crate name `foo_bar` to assist in the transition period as well. This patch will land hopefully in tandem with a Cargo patch that will start translating all crate names to have underscores instead of hyphens. cc #23533
2015-03-19 15:39:03 -07:00
extern crate blah as blah;
pp: add test for raw strs in non-expression positions
2013-10-05 07:25:59 +02:00
Remove pretty tests for LLVM-style inline assembly
2022-01-12 00:00:00 +00:00
use std::arch::asm;
fn main() { unsafe { asm!(r###"blah"###); } }
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 1988ms 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