]> git.lizzy.rs Git - rust.git/blobdiff - tests/compile-fail/unimplemented.rs
note that not all literal items are function pointers
[rust.git] / tests / compile-fail / unimplemented.rs
index 010883b7d617f88afe533fde9703d31ab65afa17..3b99fda9477dca98aa4a76e36fec906f039356b0 100644 (file)
@@ -1,7 +1,7 @@
 #![feature(custom_attribute)]
 #![allow(dead_code, unused_attributes)]
 
-//error-pattern:function pointers are unimplemented
+//error-pattern:literal items (e.g. mentions of function items) are unimplemented
 
 static mut X: usize = 5;