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
51b51b51d7931da85280382a81c4dd80c73ca754
rust/tests/ui/duplicate/dupe-symbols-7.rs

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

8 lines
182 B
Rust
Raw Normal View History

rework run-fail and support check,build-fail
2019-12-14 04:28:32 +01:00
//@ build-fail
Update test directives for `wasm32-wasip1` * The WASI targets deal with the `main` symbol a bit differently than native so some `codegen` and `assembly` tests have been ignored. * All `ignore-emscripten` directives have been updated to `ignore-wasm32` to be more clear that all wasm targets are ignored and it's not just Emscripten. * Most `ignore-wasm32-bare` directives are now gone. * Some ignore directives for wasm were switched to `needs-unwind` instead. * Many `ignore-wasm32*` directives are removed as the tests work with WASI as opposed to `wasm32-unknown-unknown`.
2024-03-06 12:44:54 -08:00
//@ ignore-wasi wasi does different things with the `main` symbol
rework run-fail and support check,build-fail
2019-12-14 04:28:32 +01:00
Add the tests for duplicate symbol errors
2015-02-27 17:13:30 +02:00
#![allow(warnings)]
Update tests to match the messages
2015-03-04 01:09:10 +02:00
#[no_mangle]
compiletest: Require `//~` annotations even if `error-pattern` is specified
2025-03-29 02:41:32 +03:00
fn main(){} //~ ERROR entry symbol `main` declared multiple times
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 2728ms 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