aboutsummaryrefslogtreecommitdiff
path: root/tests/compiletest.rs
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2021-01-05 21:36:23 -0800
committerHaibo Huang <hhb@google.com>2021-01-05 21:36:23 -0800
commit803535edf46cf1e4d0b092b6b2e52ae776b41711 (patch)
treeb4a59a0bf295d7cc3837dd372b5068cb95023fc6 /tests/compiletest.rs
parent438febf9aeb3ae1f64584c3e316bde5abe74c6ed (diff)
downloadpin-project-803535edf46cf1e4d0b092b6b2e52ae776b41711.tar.gz
Upgrade rust/crates/pin-project to 1.0.3
Test: make Change-Id: I40b14687ddecaafea9fb37915b89a22937816bb6
Diffstat (limited to 'tests/compiletest.rs')
-rw-r--r--tests/compiletest.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/compiletest.rs b/tests/compiletest.rs
index 057df7c..85b1db8 100644
--- a/tests/compiletest.rs
+++ b/tests/compiletest.rs
@@ -4,7 +4,7 @@
use std::env;
// Run `./dev.sh +$toolchain test --test compiletest` to update this.
-#[rustversion::attr(before(2020-10-28), ignore)] // Note: This date is commit-date and the day before the toolchain date.
+#[rustversion::attr(before(2020-11-25), ignore)] // Note: This date is commit-date and the day before the toolchain date.
#[test]
fn ui() {
if env::var_os("CI").is_none() {