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
359bfa901b9d8eddbed7b88b6716dbb77b7bfb95
rust/tests/ui/coherence/coherence-bigint-param.rs

12 lines
172 B
Rust
Raw Normal View History

[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives
2024-02-16 20:02:50 +00:00
//@ aux-build:coherence_lib.rs
New coherence tests covering patterns we want to work (and not work).
2015-01-01 16:45:59 -05:00
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 coherence_lib as lib;
New coherence tests covering patterns we want to work (and not work).
2015-01-01 16:45:59 -05:00
use lib::Remote1;
pub struct BigInt;
impl<T> Remote1<BigInt> for T { }
Stabilize the `re_rebalance_coherence` feature
2019-10-26 17:28:02 +02:00
//~^ ERROR E0210
New coherence tests covering patterns we want to work (and not work).
2015-01-01 16:45:59 -05:00
fn main() { }
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 2566ms Template: 2ms
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