]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/rfc-2091-track-caller/error-with-trait-default-impl.rs
New upstream version 1.41.1+dfsg1
[rustc.git] / src / test / ui / rfc-2091-track-caller / error-with-trait-default-impl.rs
index 2139ba5de10c364f26ab55b39a8408fcc9d215f6..17e4bf41ddb53930f81973bde0955c078c73e4cb 100644 (file)
@@ -1,4 +1,4 @@
-#![feature(track_caller)] //~ WARN the feature `track_caller` is incomplete
+#![feature(track_caller)]
 
 trait Trait {
     #[track_caller] //~ ERROR: `#[track_caller]` may not be used on trait methods