Use the `supported` feature set in `non_extern_c` tests

The `non_extern_c_functions` feature is now a part of the `supported` feature set.

PiperOrigin-RevId: 655921418
Change-Id: I64673b30cf59f620864a8ccf091909a3861d3b0a
diff --git a/rs_bindings_from_cc/test/function/non_extern_c/BUILD b/rs_bindings_from_cc/test/function/non_extern_c/BUILD
index c5c77e5..0f1d9f1 100644
--- a/rs_bindings_from_cc/test/function/non_extern_c/BUILD
+++ b/rs_bindings_from_cc/test/function/non_extern_c/BUILD
@@ -9,7 +9,7 @@
     name = "simple_functions",
     srcs = ["simple_functions.cc"],
     hdrs = ["simple_functions.h"],
-    aspect_hints = ["//features:non_extern_c_functions"],
+    aspect_hints = ["//features:supported"],
 )
 
 crubit_rust_test(