diff options
| author | A.J. Gardner <aaron.j.gardner@gmail.com> | 2017-03-21 23:47:25 -0500 |
|---|---|---|
| committer | A.J. Gardner <aaron.j.gardner@gmail.com> | 2017-04-12 19:12:50 -0500 |
| commit | da0742c0707225c796c1710d5f97b58a5bc5a864 (patch) | |
| tree | 30e124ce471cfc4c54808561c8a7cbfe083cce92 /src/libsyntax | |
| parent | 4b9de4cc6327b8c72716b1102a7db4f0858a76db (diff) | |
| download | rust-da0742c0707225c796c1710d5f97b58a5bc5a864.tar.gz rust-da0742c0707225c796c1710d5f97b58a5bc5a864.zip | |
Add global_asm tests
Diffstat (limited to 'src/libsyntax')
| -rw-r--r-- | src/libsyntax/feature_gate.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/feature_gate.rs b/src/libsyntax/feature_gate.rs index 70e4f7a42b6..8b62416dcbd 100644 --- a/src/libsyntax/feature_gate.rs +++ b/src/libsyntax/feature_gate.rs @@ -986,7 +986,7 @@ pub const EXPLAIN_ASM: &'static str = "inline assembly is not stable enough for use and is subject to change"; pub const EXPLAIN_GLOBAL_ASM: &'static str = - "module-level inline assembly is experimental and subject to change"; + "`global_asm!` is not stable enough for use and is subject to change"; pub const EXPLAIN_LOG_SYNTAX: &'static str = "`log_syntax!` is not stable enough for use and is subject to change"; |
