KEMBAR78
The macro is causing a build error on newer versions of Rust · Issue #14 · microsoft/rust_debugger_test · GitHub
Skip to content

The macro is causing a build error on newer versions of Rust #14

@kennykerr

Description

@kennykerr
error: use of calling convention not supported on this target
   --> crates\tests\misc\debugger_visualizer\tests\test.rs:32:1
    |
32  | / #[debugger_test(
33  | |     debugger = "cdb",
34  | |     commands = "
35  | | .nvlist
...   |
183 | |     "#
184 | | )]
    | |__^
    |
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
    = help: if you need `extern "stdcall"` on win32 and `extern "C"` everywhere else, use `extern "system"`
    = note: `-D unsupported-calling-conventions` implied by `-D warnings`
    = help: to override `-D warnings` add `#[allow(unsupported_calling_conventions)]`
    = note: this error originates in the attribute macro `debugger_test` (in Nightly builds, run with -Z macro-backtrace for more info)

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions