]> git.lizzy.rs Git - rust.git/blobdiff - src/test/incremental/callee_caller_cross_crate/b.rs
Auto merge of #59227 - Zoxc:fix-get, r=eddyb
[rust.git] / src / test / incremental / callee_caller_cross_crate / b.rs
index 9e56d34636ff0083b4dc53a91809aef0a13c8eb0..b49731b26e78f6664f6180b11eb60b98c7ec0cb1 100644 (file)
@@ -1,13 +1,3 @@
-// Copyright 2014 The Rust Project Developers. See the COPYRIGHT
-// file at the top-level directory of this distribution and at
-// http://rust-lang.org/COPYRIGHT.
-//
-// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
-// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
-// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
-// option. This file may not be copied, modified, or distributed
-// except according to those terms.
-
 // aux-build:a.rs
 // revisions:rpass1 rpass2
 // compile-flags:-Z query-dep-graph
 
 extern crate a;
 
-#[rustc_dirty(label="TypeckTables", cfg="rpass2")]
+#[rustc_dirty(label="typeck_tables_of", cfg="rpass2")]
 pub fn call_function0() {
     a::function0(77);
 }
 
-#[rustc_clean(label="TypeckTables", cfg="rpass2")]
+#[rustc_clean(label="typeck_tables_of", cfg="rpass2")]
 pub fn call_function1() {
     a::function1(77);
 }