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/missing/missing-items/m2.rs

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

13 lines
131 B
Rust
Raw Normal View History

test: Move missing-items to a ui test This test is failing on nightly for unknown reasons, and my best guess is a difference in grep versions which is interpreting symbols differently. For now let's just move this to a ui test and hope it fixes nightlies.
2016-11-14 09:23:17 -08:00
//@ aux-build:m1.rs
Include type of missing trait methods in error Provide either a span pointing to the original definition of missing trait items, or a message with the inferred definitions.
2016-10-23 18:54:31 -07:00
extern crate m1;
Add new error code tests
2016-05-19 14:00:43 +02:00
Include type of missing trait methods in error Provide either a span pointing to the original definition of missing trait items, or a message with the inferred definitions.
2016-10-23 18:54:31 -07:00
struct X {
}
Add new error code tests
2016-05-19 14:00:43 +02:00
Merge cfail and ui tests into ui tests
2017-11-20 13:13:27 +01:00
impl m1::X for X { //~ ERROR not all trait items implemented
Add new error code tests
2016-05-19 14:00:43 +02:00
}
Add empty main() to tests where it is missing.
2018-03-12 13:21:43 -07:00
fn main() {}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 3155ms 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